summaryrefslogtreecommitdiff
path: root/search/bin/watch-index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'search/bin/watch-index.pl')
-rwxr-xr-xsearch/bin/watch-index.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/search/bin/watch-index.pl b/search/bin/watch-index.pl
new file mode 100755
index 0000000..c9d950b
--- /dev/null
+++ b/search/bin/watch-index.pl
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+while (1)
+ {
+ system("./build-index");
+ sleep(60*60);
+ }
+