#!/bin/sh
/sbin/ifconfig $1|head -n 2|tail -n 1|gawk '{print $2}' | cut -f 2 -d :
