mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-14 13:56:59 +03:00
b5a6637da8
Because cabal's wildcards are broken and doesn't allow files without file endings.
4 lines
71 B
Bash
4 lines
71 B
Bash
#!/usr/bin/env bash
|
|
${IDRIS:-idris} $@ --check Tactics.idr
|
|
rm -f *.ibc
|