From 3a4f027ec05aa5fdf4098ceb0dab09f69c5e0b8b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 8 Dec 2017 01:34:52 +0100 Subject: adding perl search index builder --- search/bin/watch-index.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 search/bin/watch-index.pl (limited to 'search/bin/watch-index.pl') 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); + } + -- cgit v1.2.3-70-g09d2