blob: 2c56d27ca061594f03e96dc532eb3fe1752309d3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
** 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
```
|