aboutsummaryrefslogtreecommitdiff
path: root/meta/run.sh
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-02-07 23:07:57 -0500
committerMustafa Quraish <[email protected]>2022-02-08 02:07:18 -0500
commite5f2fac8c5ae5a1b74335816836872c2e24904e6 (patch)
treeed131049d39320967d8d18f65749c08ebb2f79a0 /meta/run.sh
parentMark bootstrap files as binary in `.gitattributes` (diff)
downloadcup-master.tar.xz
cup-master.zip
[cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve`HEADmaster
Diffstat (limited to 'meta/run.sh')
-rwxr-xr-xmeta/run.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/run.sh b/meta/run.sh
new file mode 100755
index 0000000..020e0cd
--- /dev/null
+++ b/meta/run.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+build/cup.out "$1" -o build/output.nasm
+shift
+make build/output.out
+build/output.out "$@" \ No newline at end of file