4 lines
75 B
Fish
4 lines
75 B
Fish
|
function winip
|
||
|
grep nameserver /etc/resolv.conf | awk '{print $2}'
|
||
|
end
|