summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-10 16:27:33 +0200
committerkdx <kikoodx@paranoici.org>2023-06-10 16:27:33 +0200
commit11d4688d8bec78efc5aee1a668ea0ba8193e5ec2 (patch)
treea6b41ed5877ae5af25ccd9153683c73222723fe3 /run.sh
parent37d470da243a2165d28b8a807ce940cb27b2c321 (diff)
downloadgolem-11d4688d8bec78efc5aee1a668ea0ba8193e5ec2.tar.gz
helloworld broken
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..fefffa3
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+tup -q || exit 1
+./build/golem "$1" >build/tmp.orgaasm || exit 1
+orgaasm build/tmp.orgaasm build/tmp.rom || exit 1
+orgaemu build/tmp.rom
+#rm -f build/tmp.*