diff options
Diffstat (limited to 'bin/iwctl-re')
-rwxr-xr-x | bin/iwctl-re | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/iwctl-re b/bin/iwctl-re deleted file mode 100755 index 4343b30..0000000 --- a/bin/iwctl-re +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/zsh - -notify-send "WLAN Reload" "Disconnect" -iwctl station wlan0 disconnect - -sleep 5 - -notify-send "WLAN Reload" "Reconnect" -iwctl --passphrase $(pass router/passphrase) station wlan0 connect "$(pass router/name)" $(pass router/security) |