** Example Usage ```sh for file in data/HT-*/; do ./run.sh `basename $file`; done ``` ```sh mkdir -p output/small/ ./build/prog sample_data/small output/small/small.bin output/small/small.png ```