mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-15 01:25:05 +03:00
6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
idris --consolewidth 80 $@ test003a.lidr --check
|
|
idris --consolewidth 80 $@ test003.lidr -o test003
|
|
./test003
|
|
rm -f test003 test003.ibc Lit.ibc
|