idris-0.10.1: test/basic002/run
#!/usr/bin/env bash
${IDRIS:-idris} $@ --nocolour test006.idr -o test006
./test006
rm -f test006 test006.ibc
#!/usr/bin/env bash
${IDRIS:-idris} $@ --nocolour test006.idr -o test006
./test006
rm -f test006 test006.ibc