aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-02-03 05:02:49 -0500
committerMustafa Quraish <[email protected]>2022-02-03 05:02:49 -0500
commit3472a08969b4d7c7ec8f63e608978216749b062d (patch)
tree77a85066c2d5bb47d94befb3e972412048079b80 /run.sh
parentAdd helper to create builtins for syscalls + implement `read()` (diff)
downloadcup-3472a08969b4d7c7ec8f63e608978216749b062d.tar.xz
cup-3472a08969b4d7c7ec8f63e608978216749b062d.zip
Push `argc` and `argv` to the `main()` function
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 19360df..402c058 100755
--- a/run.sh
+++ b/run.sh
@@ -21,5 +21,5 @@ make build/output.out
set +e
-build/output.out
+build/output.out 1 2 3 4 "Hello World" "huh looky here :^)"
echo "Exit status: $?" \ No newline at end of file