mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +03:00
9 lines
275 B
Plaintext
Executable File
9 lines
275 B
Plaintext
Executable File
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
|