mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
ec77ad21ab
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
7 lines
142 B
Plaintext
Executable File
7 lines
142 B
Plaintext
Executable File
rm -f expected
|
|
echo "$(nproc) processors" > expected
|
|
|
|
$1 --no-banner --no-color --console-width 0 NumProcessors.idr --exec main
|
|
|
|
rm -rf build
|