mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 17:21:59 +03:00
10 lines
151 B
Plaintext
Executable File
10 lines
151 B
Plaintext
Executable File
. ../../testutils.sh
|
|
rm -f SplitShadowGen.idr
|
|
|
|
cp SplitShadow.idr SplitShadowGen.idr
|
|
sleep 1
|
|
|
|
idris2 SplitShadowGen.idr < input
|
|
|
|
rm SplitShadowGen.idr
|