突っ走り書き

見せるほどのものでは..

自ホストのIPアドレスを取得する

LANG=C ifconfig eth0 | grep "inet addr" | awk '{ print $2; }' | cut -d: f2