simple script that maybe will become useful in tracking down why some boots of a...
[feisty_meow.git] / scripts / networking / get_ip_addresses.sh
1 ifconfig | grep "inet addr:" | sed -e "s/^.*addr:\([0-9.]*\) .*$/\1/"