Idris2/tests/contrib/system_directory_tree_copyDir/run

9 lines
218 B
Plaintext
Raw Normal View History

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