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, 0 insertions, 8 deletions
diff --git a/search/bin/watch-index.pl b/search/bin/watch-index.pl
deleted file mode 100755
index c9d950b..0000000
--- a/search/bin/watch-index.pl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-while (1)
- {
- system("./build-index");
- sleep(60*60);
- }
-