@ -0,0 +1,5 @@
#!/bin/bash
h=$(nmcli radio wifi)
[ $h == "enabled" ] && nmcli radio wifi off || nmcli radio wifi on