diff options
author | B. Stack <bgstack15@gmail.com> | 2022-11-03 19:00:04 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-11-03 19:28:46 -0400 |
commit | ff8fb3958338891bc683b1ce510885f48eff4d17 (patch) | |
tree | 7142a4061d50de6475763e4b2443ee6c2ebe3f70 /src/usr/bin/vpn-off | |
download | stackrpms-acer-chromebook-ff8fb3958338891bc683b1ce510885f48eff4d17.tar.gz stackrpms-acer-chromebook-ff8fb3958338891bc683b1ce510885f48eff4d17.tar.bz2 stackrpms-acer-chromebook-ff8fb3958338891bc683b1ce510885f48eff4d17.zip |
initial commit
Diffstat (limited to 'src/usr/bin/vpn-off')
-rwxr-xr-x | src/usr/bin/vpn-off | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/bin/vpn-off b/src/usr/bin/vpn-off new file mode 100755 index 0000000..8270cd4 --- /dev/null +++ b/src/usr/bin/vpn-off @@ -0,0 +1,2 @@ +#!/bin/sh +wg-quick down wg0 |