Almost ready

This commit is contained in:
MathuSum Mut
2018-11-04 18:46:30 +01:00
parent 099a4afd37
commit 3adb90ece1
4 changed files with 17 additions and 10 deletions

View File

@@ -1,7 +1,10 @@
#!/bin/bash
cd ../..
git pull
currentDir=$PWD
cd /usr/share/zetaglest
cd mk/linux
mkdir build
cd build
mkdir data
cd data
git pull
cd $currentDir
cd ../..