Merge pull request #29 from rileyjshaw/patch-4

Add "Show Current SSID"
This commit is contained in:
Marcel Bischoff 2015-10-21 03:39:54 +02:00
commit 089bd319e4

View File

@ -706,6 +706,11 @@ Run a wireless scan:
airport -s airport -s
``` ```
#### Show Current SSID
```bash
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | awk '/ SSID/ {print substr($0, index($0, $2))}'
```
#### Show Local IP Address #### Show Local IP Address
```bash ```bash
ipconfig getifaddr en0 ipconfig getifaddr en0