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