Updated build scripts

This commit is contained in:
MathuSum Mut
2018-11-04 17:35:49 +01:00
parent 38784df6ef
commit cee6b245c4
9 changed files with 43 additions and 49 deletions

7
mk/linux/pull.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd ../..
git pull
currentDir=$PWD
cd /usr/share/zetaglest
git pull
cd $currentDir