Skip to content

Instantly share code, notes, and snippets.

@hugocosme
Last active June 5, 2020 21:00
Show Gist options
  • Select an option

  • Save hugocosme/7470a751448235c6cf264b5c538a26c5 to your computer and use it in GitHub Desktop.

Select an option

Save hugocosme/7470a751448235c6cf264b5c538a26c5 to your computer and use it in GitHub Desktop.

Revisions

  1. hugocosme revised this gist Jun 5, 2020. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions setupvpn.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    #!/usr/bin/expect
    spawn "/opt/forticlient-sslvpn/64bit/helper/setup"
    expect "By typing"
    send "Y\r"
    expect
    send "Y\r"
  2. hugocosme revised this gist Jun 5, 2020. No changes.
  3. hugocosme revised this gist Jun 5, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion setupvpn.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    #!/usr/bin/expect
    spawn "/opt/forticlient-sslvpn/64bit/helper/setup"
    expect "By typing"
    send "Y\r"
    send "Y\r"
    expect
  4. hugocosme created this gist Jun 5, 2020.
    4 changes: 4 additions & 0 deletions setupvpn.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/usr/bin/expect
    spawn "/opt/forticlient-sslvpn/64bit/helper/setup"
    expect "By typing"
    send "Y\r"