diff options
| author | Christian C <cc@localhost> | 2025-03-06 14:50:16 -0800 |
|---|---|---|
| committer | Christian C <cc@localhost> | 2025-03-06 14:50:16 -0800 |
| commit | fa4a17e9ab5b55f8b8da3d52ee05ae62dde2e3a8 (patch) | |
| tree | 3e42b073035039b53574f778f674b4d15b99bbe4 /run.sh | |
| parent | cdc6326b8353f3c325b35ed45f9049484824efae (diff) | |
Better command line arguments
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh SOURCE="$1" mkdir -p output/${SOURCE} -./build/prog data/${SOURCE} output/${SOURCE}/${SOURCE}.bin output/${SOURCE}/${SOURCE}.png +./build/prog -s -d data/${SOURCE} -b output/${SOURCE}/${SOURCE}.bin -p output/${SOURCE}/${SOURCE}.png |
