Files
glest-source/git_update.sh
2018-01-17 20:43:32 -06:00

17 lines
211 B
Bash
Executable File

#!/bin/bash
export LANG=C
cd "$(dirname $(readlink -f $0))"
cd git pull &&
cd data &&
git pull &&
cd source/masterserver &&
git pull &&
cd mk/linux/tools-for-standalone-client/installer/mojosetup
git pull