mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-13 07:26:59 +03:00
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/usr/bin/env bash
|
|
idris $@ tutorial002.idr --check
|
|
rm -f *.ibc
|