Last active
August 9, 2018 16:41
-
-
Save nasrabadiAM/6101eac6a7e2f7f431e295e1bde7c1a3 to your computer and use it in GitHub Desktop.
Bash Script For starting a cisco connection
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/bash | |
| echo -e "yes\nusername\npassword" | sudo openconnect connectionUrl |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can pass parameters in first part and in between ".
each parameter should separate with \n character.