summaryrefslogtreecommitdiffstats
path: root/prog/skovikanje/run.sh
blob: a3e00e7cd6e8567704d36aa43612a85c991c2899 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
while :
do
time ./generiraj.sh rss.xml | sponge index.html
inotifywait -re modify -e delete .
sleep .1
done