added readme so people don't get the wrong idea about the vnc project
[feisty_meow.git] / scripts / networking / get_ip_addresses.sh
1 ifconfig | grep "inet " | sed -e "s/^.*inet \([0-9.]*\) .*$/\1/"