Guest User

Untitled

a guest
Mar 11th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Enter Auth Username:
  2. username
  3. Enter Auth Password:
  4. password
  5.  
  6. #!/bin/sh
  7. spawn test.sh
  8. expect {
  9. Enter Auth Username: { send "usernamer"; exp_continue }
  10. }
  11. expect {
  12. Enter Auth Password: { send "passwordr" }
  13. }
  14.  
  15. ./test.sh: 3: ./test.sh: spawn: not found
  16. couldn't read file "{": no such file or directory
  17. ./test.sh: 5: ./test.sh: Enter: not found
  18. ./test.sh: 5: ./test.sh: exp_continue: not found
  19. ./test.sh: 6: ./test.sh: Syntax error: "}" unexpected
Add Comment
Please, Sign In to add comment