mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 06:14:41 +03:00
a0d9e2bbba
* Update tests using base64 utility to also work on macos * Fix invocation of base64 in refc/buffer test.
9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
rm -rf build
|
|
|
|
$1 --no-banner --no-color --console-width 0 -p contrib CopyDir.idr < input
|
|
ls -R resultDir | sed '/^resultDir:$/d'
|
|
base64 -i resultDir/source.bin
|
|
cat resultDir/nestedDir/anotherFile.txt
|
|
|
|
rm -rf resultDir
|