mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
|
rm -f expected
|
||
|
echo "$(nproc) processors" > expected
|
||
|
|
||
|
$1 --no-banner --no-color --console-width 0 NumProcessors.idr --exec main
|
||
|
|
||
|
rm -rf build
|