git-svn-id: https://spexeah.com:8443/svn/Asuro@746 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2018-05-22 03:33:51 +00:00
parent 4a1d7a942d
commit 8066634367
97 changed files with 422 additions and 123 deletions

11
updatevm.sh Executable file
View 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