cd .. IPADDR="$(ipconfig getifaddr en0)" echo "With machine on same local network, run : " echo "\`git remote set-url origin git://$IPADDR/\`" echo "\`git pull\`" git daemon --export-all --base-path="$(pwd)"