mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
10 lines
170 B
Plaintext
Executable File
10 lines
170 B
Plaintext
Executable File
rm -rf build
|
|
rm -f Issue1742Gen.idr
|
|
|
|
cp Issue1742.idr Issue1742Gen.idr
|
|
sleep 1
|
|
|
|
$1 --no-color --console-width 0 --no-banner Issue1742Gen.idr < input
|
|
|
|
rm Issue1742Gen.idr
|