up, add new config files and delete old tar conf file
[arrow.git] / conf_slk120 / bin / .bin / shell / ssid_scan_arrow
blob966c724c009da80e64e79f49042c74f863dc236c
1 #!/bin/bash
3 sudo iwlist ath0 scan | grep ESSID > /tmp/ssid
4 cat /tmp/ssid | grep --color "ESSID"
5 echo "--------"
6 cat /tmp/ssid | grep -i "arrow"
7 if [ "$?" != "0" ]; then
8 echo "_-_ none"
9 else
10 echo "-_- here"