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