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