Skip to content

Instantly share code, notes, and snippets.

@derixithy
Last active November 10, 2020 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derixithy/13d058ce3e13a0272cce6cef79d44231 to your computer and use it in GitHub Desktop.
Save derixithy/13d058ce3e13a0272cce6cef79d44231 to your computer and use it in GitHub Desktop.
Utils
#!/usr/bin/env sh
## $0 myfile.ovpn
sudo nmcli connection import type openvpn file $@
#!/usr/bin/env sh
## $0 myfile.ovpn
sudo openvpn $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment