#/bin/bash

# this script just prints out the ip address of the phone
/sbin/ifconfig wlan0 | sed -n 's/\(\s*\)inet addr:\(.*\)  Bcast.*/\2/ p'
