mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-14 13:56:59 +03:00
7 lines
137 B
Bash
Executable File
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
|