Files
glest-source/git_update.sh
andy5995 49882f998a git_update.sh:remove 2 repos from being pulled [skip ci]
Only the 2 remaining repos are needed to try the game if you're not
using a fork

https://github.com/ZetaGlest/zetaglest-source#try-the-game-without-contributing
2018-01-17 21:38:23 -06:00

14 lines
123 B
Bash
Executable File

#!/bin/bash
export LANG=C
cd "$(dirname $(readlink -f $0))" &&
echo $PWD &&
git pull &&
cd data &&
git pull &&
exit 0