summaryrefslogtreecommitdiff
path: root/scripts/nm-connected-device
blob: c4fc24a0dadf5439d5c85a7766135aebad0d1a0e (plain)
1
2
3
4
5
#!/bin/bash

OUT=$(nmcli device wifi list | grep "^\*" | tail -n 1 | awk -e '{print $2,$8}')

echo "network $OUT"