#/usr/bin/sh rm errors.json mkdir out rm out/*.grc for f in tacapp/*; do src/converter.py $f -o out/$(basename $f).grc -i Sources; done