From 132978aea19345d9bba90e0c6f9a1345fff50485 Mon Sep 17 00:00:00 2001 From: aaron <aaron@6dbc8c32-bb84-406f-8558-d1cf31a0ab0c> Date: Mon, 30 Apr 2018 16:05:51 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@609 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- vb_compile_run.sh | 7 +++++++ vbox.sh | 3 +++ 2 files changed, 10 insertions(+) create mode 100755 vb_compile_run.sh create mode 100755 vbox.sh diff --git a/vb_compile_run.sh b/vb_compile_run.sh new file mode 100755 index 00000000..adcce76d --- /dev/null +++ b/vb_compile_run.sh @@ -0,0 +1,7 @@ +#!/bin/sh +ERRCOUNT=0 +echo "=======================" +echo "== ASURO ==" +echo "=======================" +./compile.sh +./vbox.sh diff --git a/vbox.sh b/vbox.sh new file mode 100755 index 00000000..4a68bd56 --- /dev/null +++ b/vbox.sh @@ -0,0 +1,3 @@ +#name ur machine "asuro" + +VBoxManage startvm "asuro"