diff options
author | Christian C <cc@localhost> | 2025-03-05 23:07:43 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-05 23:07:43 -0800 |
commit | 58dd031fe24e9e9ad1c3b45537600455a931714b (patch) | |
tree | 304132161b932f7e2a410773f48f2b6ba667c12b /run.sh | |
parent | c2a41f2c2e3593ae028f1a440d4066077b5fa261 (diff) |
Useful runners
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/sh +SOURCE="$1" +mkdir -p output/${SOURCE} +./build/prog data/${SOURCE} output/${SOURCE}/${SOURCE}.bin output/${SOURCE}/${SOURCE}.png |