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