healing-soundscapes/deployment-scripts/daemon-serve.sh

7 lines
209 B
Bash
Executable File

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)"