diff --git a/README.md b/README.md index 5aa23e2..3392ecd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Make use of that physical button on the side of your laptop to run scripts inst while true; do if iwconfig wlp2s0 | grep 'Tx-Power=off' > /dev/null; then - echo "Wifi is OFF" + echo -e '\a' #beep to indicate interaction + echo "Wifi is OFF" break else echo "Wifi is ON"