bar/scripts/wifi_name.sh (view raw)
1 2
#!/usr/bin/env bash iw dev wlp13s0 link | grep 'SSID' | awk '{print $2}'