git-svn-id: https://spexeah.com:8443/svn/Asuro@746 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
11
updatevm.sh
Executable file
11
updatevm.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
DIRECTORY="src/vm"
|
||||
if [ -d "$DIRECTORY" ]; then
|
||||
cd "src/vm"
|
||||
svn update
|
||||
cd ".."
|
||||
cd ".."
|
||||
else
|
||||
cd src
|
||||
svn checkout http://ovh.spexeah.com:81/svn/MINJ/src/vm
|
||||
fi
|
Reference in New Issue
Block a user