initial commit

This commit is contained in:
2024-09-23 19:04:55 -06:00
commit 215d204f7d
56 changed files with 292137 additions and 0 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