#!/bin/sh

IP=$PHONE_IP
if [ -z $IP ]; then
  IP="edluong-n900"
fi

echo "Pulling $IP:~/$1 "
scp -r root@$IP:~/$1 .

