aboutsummaryrefslogtreecommitdiff
path: root/.scripts/get_wifi_name.sh
blob: 57d44a317f2c8c3a7810b354cf4536788bfe365e (plain)
1
2
3
#!/bin/bash

nmcli -t -f active,ssid dev wifi | grep -e '^yes' | cut -d\' -f2 | sed 's/^yes://' | tr -d '\n'