mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
6 lines
66 B
Bash
6 lines
66 B
Bash
#!/bin/bash
|
|
|
|
line=$(nmcli connection show | rg wlan0)
|
|
echo $line
|
|
|