aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1d394fab3c4778977acb93075e28cb5b368c221e (plain)
1
2
3
4
5
** Example Usage

```sh
for file in data/HT-*/; do ./run.sh `basename $file`; done
```