Tons of changes

This commit is contained in:
2024-06-22 02:26:08 +01:00
parent 3ef303fb67
commit a89353eeb8
9 changed files with 209 additions and 90 deletions

View File

@@ -5,9 +5,6 @@ if [[ $internet == "connected" ]]
then
con=$(nmcli | grep "connected to" | sed "s/.*: connected to \(.*\)/\1/g")
echo "" $con
elif [[ $internet == "disconnected" ]]
then
echo ""
else
echo " Not Connected"
fi