3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin//sh
|
|
nmcli device show | grep DNS | cut -d']' -f2 | tr -d ' ' | cut -c2-
|
|
|