Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
alkostuchkov
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
dfa4530cdc
Rami (Branch)
Tag
desktop
dotfiles
/
.myScripts
/
toggle_wifi.sh
toggle_wifi.sh
102 B
Cronologia
Originale
1
2
3
4
#!/bin/bash
nmcli radio wifi `nmcli r wifi | grep enabled -c | sed -e "s/1/off/" | sed -e "s/0/on/"`