mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-14 13:56:59 +03:00
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
idris $@ reg042 -o reg042 --warnreach
|
|
./reg042
|
|
rm -f reg042 *.ibc
|