mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-15 01:25:05 +03:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
idris $@ reg005.idr -o reg005
|
|
./reg005
|
|
rm -f reg005 *.ibc
|