Created
February 24, 2015 02:33
-
-
Save mikedamage/c9f707d7150c56ee2da0 to your computer and use it in GitHub Desktop.
Force a WiFi scan
This file contains 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 | |
gksudo iwlist wlan0 scan | |
zenity --info --title="WiFi Scan" --text="WiFi scan complete!" |
This file contains 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
# this only needs to be run once | |
sudo apt-get install gksu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment