Snoopy icon indicating copy to clipboard operation
Snoopy copied to clipboard

Inet

Open lauw70 opened this issue 7 years ago • 0 comments

If you change this line: $(ifconfig | grep "inet addr"| sed 's/.*addr:\(\S*\)\s*.*/\1/'| grep -v "127.0.0.1") to: $(ifconfig | grep "inet "| sed 's/.*addr:\(\S*\)\s*.*/\1/'| grep -v "127.0.0.1")

it will be compatible with ubuntu 16.10

lauw70 avatar Apr 14 '17 15:04 lauw70