diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-11-03 12:18:20 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-11-03 12:18:20 +0000 |
commit | 53080131abfa92e41d0fc2c6cefb2c9b9e4ffae1 (patch) | |
tree | c4fb80ae7b109da88aa5bdab8cf5ac6cb5ad9a7f /bin | |
parent | 777c3023947ee3926c25d3e3963d9a43b7936629 (diff) |
Delete wifi script
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bin/wifi | 7 |
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 |