start of cleansing branch\n\ntossed out a few scripts for cleaning or fixing.\nnotice...
[feisty_meow.git] / scripts / networking / get_ip_addresses.sh
1 ifconfig | grep "inet addr:" | sed -e "s/^.*addr:\([0-9.]*\) .*$/\1/"