Files
myscripts/addEntry.sh
2013-09-09 22:22:46 +02:00

7 lines
87 B
Bash
Executable File

#!/usr/bin/expect
spawn pwsafe -a
expect "Enter passphrase for *:"
send "\r"
interact