diff options
Diffstat (limited to '.local/bin/wifi')
-rwxr-xr-x | .local/bin/wifi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.local/bin/wifi b/.local/bin/wifi deleted file mode 100755 index 102a6a4..0000000 --- a/.local/bin/wifi +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -case "$(cat /sys/class/net/wlp0s20f3/operstate)" in - up) echo " " ;; - down) echo " " ;; -esac - -# -# -# |