mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-14 03:14:14 +03:00
cd8a233855
Instead, just --check it.
7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
idris $@ --check test010.idr
|
|
idris $@ --check test010a.idr
|
|
idris $@ --check test010b.idr
|
|
|
|
rm -f *.ibc
|