Last active
August 13, 2018 17:01
-
-
Save hadisfr/046eafddd7d9f520cbc72c5504716c71 to your computer and use it in GitHub Desktop.
run cisco anyconnect vpn client from macOS terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
/opt/cisco/anyconnect/bin/vpn -s << EOF | |
connect hosthere:porthere | |
usernamehere | |
passwordhere | |
exit | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment