server/s/pull
2014-12-12 13:45:50 +01:00

5 lines
85 B
Bash
Executable file

#!/bin/sh
if [ ! -z $1 ]; then
git checkout $1
fi
git pull && git submodule update