fork download
#!/bin/bash

./needspassword.sh

read -r -s passphrase <<EOF
"$passphrase"
EOF
Success #stdin #stdout #stderr 0.02s 5268KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.sh: line 3: ./needspassword.sh: No such file or directory