mirror of
https://github.com/sstent/containers.git
synced 2026-01-25 16:41:51 +00:00
12 lines
242 B
Plaintext
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"
|