summaryrefslogtreecommitdiffstats
path: root/prog/skovikanje/run.sh
blob: 120748d89697515489f9cf91292d18b3dd0eca78 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
while :
do
./generiraj.sh > index.html
inotifywait -re modify .
sleep .1
done