summaryrefslogtreecommitdiff
path: root/bucky2/bin/watch-index.pl
blob: c9d950b97c51207f26fbec9c09cdf51d63efe3d9 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

while (1)
	{
	system("./build-index");
	sleep(60*60);
	}