diff options
Diffstat (limited to 'search/bin/watch-index.pl')
| -rwxr-xr-x | search/bin/watch-index.pl | 8 |
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); - } - |
