Guest User

Untitled

a guest
Jun 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #! /usr/bin/expect
  2.  
  3. set timeout 10
  4. set password password
  5. spawn ~/bakdb
  6. expect "Enter password:"
  7. send "$password\r"
  8. expect eof
Add Comment
Please, Sign In to add comment