This commit is contained in:
Enno Rehling 2017-01-28 20:02:22 +01:00
commit 3ac834a46d
1 changed files with 14 additions and 0 deletions

14
s/upgrade Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
set -e
ROOT=`pwd`
while [ ! -d $ROOT/.git ]; do
ROOT=`dirname $ROOT`
done
cd $ROOT
git pull
git submodule update
s/build
s/runtests
s/install