Files
containers/openpyn_alpine/openpyn_init.exp
2021-09-07 14:50:23 -04:00

12 lines
242 B
Plaintext

#!/usr/bin/expect -f
spawn /usr/bin/openpyn --init
expect "Enter your username for NordVPN"
send "stuart.stent@gmail.com\r"
expect "Enter the password for NordVPN"
send "drRp4mQBVU6awAFOk9lO\r"
expect "\[INFO\] To see usage options type"