mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 06:14:41 +03:00
10 lines
148 B
Plaintext
Executable File
10 lines
148 B
Plaintext
Executable File
$1 --init < input
|
|
$1 --build cool.ipkg
|
|
rm -Rf build/
|
|
|
|
$1 --init cool2.ipkg < input2
|
|
$1 --build cool2.ipkg
|
|
rm -Rf build/
|
|
|
|
rm -f cool.ipkg cool2.ipkg
|