mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
7a3d557bab
Co-authored-by: Stiopa Koltsov <stepan.koltsov@gmail.com>
9 lines
215 B
Plaintext
9 lines
215 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 resultDir/source.bin
|
|
cat resultDir/nestedDir/anotherFile.txt
|
|
|
|
rm -rf resultDir
|