mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 18:51:40 +03:00
9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
|
rm -rf build
|
||
|
|
||
|
echo "unclosed1.idr"
|
||
|
$1 --no-color --console-width 0 --no-banner unclosed1.idr < input
|
||
|
echo "unclosed2.idr"
|
||
|
$1 --no-color --console-width 0 --no-banner unclosed2.idr < input
|
||
|
echo "unclosed3.idr"
|
||
|
$1 --no-color --console-width 0 --no-banner unclosed3.idr < input
|