diff options
Diffstat (limited to 'bin/vpn.sh')
| -rwxr-xr-x | bin/vpn.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/vpn.sh b/bin/vpn.sh new file mode 100755 index 0000000..4c3a193 --- /dev/null +++ b/bin/vpn.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# BRNO +nmcli --ask c up 5777c2b4-defc-46f1-9858-2b850d51587c + +# FAB +# nmcli --ask c up f3967fc7-a927-47e2-92fd-a53338d4bb92 |
