mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
. ../../testutils.sh
|
|
|
|
run -p contrib CopyDir.idr
|
|
ls -R resultDir | sed '/^resultDir:$/d'
|
|
base64 -i resultDir/source.bin
|
|
cat resultDir/nestedDir/anotherFile.txt
|
|
|
|
rm -rf resultDir
|