mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 07:01:39 +02:00
17 lines
211 B
Bash
Executable File
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
|
|
|