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 $@ reg004.idr -o reg004
|
|
./reg004
|
|
rm -f reg004 *.ibc
|