fork download
  1. #!/bin/bash
  2.  
  3. ./needspassword.sh
  4.  
  5. read -r -s passphrase <<EOF
  6. "$passphrase"
  7. 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