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

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