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