rm -rf ./in ./out echo "Hello world" > ./in zstd ./in -o ./out || exit 1 ls ./out || exit 1 rm -rf ./in ./out exit 0