mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 10:41:59 +03:00
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
$1 --no-banner --no-color --console-width 0 --cg node -o node_args TestArgs.idr > /dev/null
|
|
node ./build/exec/node_args a b
|
|
node ./build/exec/node_args c
|
|
|
|
rm -rf build
|