add update skript

This commit is contained in:
Pavol Rusnak 2013-06-03 18:16:24 +02:00
parent 25d8a34b80
commit a620ab95f4
3 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
doprava.html
index.html

View file

@ -12,3 +12,6 @@ refresh:
clean:
rm -f *.html
fail:
false

8
refre.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
if make refresh ; then
make clean
make
echo OK
else
echo ERROR
fi