mutating this, still doens't work, starting to believe there's a change in bus object...
[feisty_meow.git] / scripts / networking / get_ip_addresses.sh
1 ifconfig | grep "inet addr:" | sed -e "s/^.*addr:\([0-9.]*\) .*$/\1/"