index
:
bucky3.git
master
pepper
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
search
/
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
);
}