mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-09 10:45:16 +02:00
add update skript
This commit is contained in:
parent
25d8a34b80
commit
a620ab95f4
3 changed files with 13 additions and 0 deletions
8
refre.sh
Executable file
8
refre.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
if make refresh ; then
|
||||
make clean
|
||||
make
|
||||
echo OK
|
||||
else
|
||||
echo ERROR
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue