mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 04:22:32 +02:00
Updated build scripts
This commit is contained in:
7
mk/linux/pull.sh
Executable file
7
mk/linux/pull.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
cd ../..
|
||||
git pull
|
||||
currentDir=$PWD
|
||||
cd /usr/share/zetaglest
|
||||
git pull
|
||||
cd $currentDir
|
Reference in New Issue
Block a user