diff options
author | Christian C <cc@localhost> | 2025-03-06 18:06:56 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-06 18:06:56 -0800 |
commit | 8a879518c5939f7a998cb4c5298064ee5532c4fd (patch) | |
tree | 0b5db4261c7de1f0eafaee36f6e47bc2d553189c /run.sh | |
parent | 636f829a0e5062151eb9af6b6ad0bd4155e2749e (diff) |
Fix closeup logic
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 -s -d data/${SOURCE} -b output/${SOURCE}/${SOURCE}.bin -p output/${SOURCE}/${SOURCE}.png +./build/prog -s -n 8 -d data/${SOURCE} -b output/${SOURCE}/${SOURCE}.bin -p output/${SOURCE}/${SOURCE}.png |