diff options
| author | Mustafa Quraish <[email protected]> | 2022-02-03 05:02:49 -0500 |
|---|---|---|
| committer | Mustafa Quraish <[email protected]> | 2022-02-03 05:02:49 -0500 |
| commit | 3472a08969b4d7c7ec8f63e608978216749b062d (patch) | |
| tree | 77a85066c2d5bb47d94befb3e972412048079b80 /run.sh | |
| parent | Add helper to create builtins for syscalls + implement `read()` (diff) | |
| download | cup-3472a08969b4d7c7ec8f63e608978216749b062d.tar.xz cup-3472a08969b4d7c7ec8f63e608978216749b062d.zip | |
Push `argc` and `argv` to the `main()` function
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |