summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bin/wifi7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/bin/wifi b/bin/bin/wifi
deleted file mode 100755
index f06a3b8..0000000
--- a/bin/bin/wifi
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/bash
-
-network="Imperial-WPA"
-ssid=$(nmcli -t -f NAME connection show --active)
-if [[ "${ssid}" != "${network}" ]]; then
- nmtui connect "${network}"
-fi