Created
September 14, 2023 09:26
-
-
Save luispabon/da305c1f1afcb56d410ae9bbd8ac5679 to your computer and use it in GitHub Desktop.
NetworkManager command line wifi rescan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo -e "Re-scanning wifi...\n" | |
nmcli dev wifi rescan | |
nmcli dev wifi list | |
echo -e "\nScan finished." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment