major rearrange

This commit is contained in:
2024-09-24 16:44:15 -06:00
parent 7e2be86a81
commit 6666879626
68 changed files with 0 additions and 310062 deletions
+6
View File
@@ -0,0 +1,6 @@
wifi_device=wlan1
echo "Interface $wifi_device"
echo "Disconnecting"
sudo nmcli d disconnect $wifi_device > /dev/null
echo "Deleting Wifi Profiles"
sudo nmcli connection show | sudo awk '{system("nmcli connection delete " $1)}' > /dev/null