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

This commit is contained in:
aaron 2018-04-30 16:05:51 +00:00
parent 54e6b4ca31
commit 132978aea1
2 changed files with 10 additions and 0 deletions

7
vb_compile_run.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
ERRCOUNT=0
echo "======================="
echo "== ASURO =="
echo "======================="
./compile.sh
./vbox.sh

3
vbox.sh Executable file
View File

@ -0,0 +1,3 @@
#name ur machine "asuro"
VBoxManage startvm "asuro"