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

7 lines
89 B
Bash
Executable File

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