Idris-dev/test/io003/run
2014-01-30 17:24:08 +00:00

7 lines
137 B
Bash
Executable File

#!/usr/bin/env bash
idris $@ test018.idr -o test018
idris $@ test018a.idr -o test018a
./test018
#./test018a
rm -f test018 test018a *.ibc