diff options
Diffstat (limited to 'dotfiles/.local/bin/addwgprofile')
-rwxr-xr-x | dotfiles/.local/bin/addwgprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/addwgprofile b/dotfiles/.local/bin/addwgprofile new file mode 100755 index 0000000..7d0874c --- /dev/null +++ b/dotfiles/.local/bin/addwgprofile @@ -0,0 +1,3 @@ +#!/bin/sh + +nmcli connection import type wireguard file ~/.config/wg0.conf |