1 2 3 4 5 6 7
#!/bin/sh set -e -u dir=$(mktemp -d) cat > "$dir/input.txt" up "$dir/input.txt" rm -r "$dir"