Skip to content

Instantly share code, notes, and snippets.

Created January 23, 2015 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3062ae6005c89c5baa28 to your computer and use it in GitHub Desktop.
Save anonymous/3062ae6005c89c5baa28 to your computer and use it in GitHub Desktop.
export SSH_AUTH_SOCK=`ls -tr /tmp/launch*/Listeners|tail -n1`
cd ${ProjectPath}
git stash --include-untracked
git clean -df
git checkout develop
git pull
git submodule update
/Applications/Unity/Unity.app/Contents/MacOS/Unity -quit -batchmode -logFile ${logFilePath} -projectPath ${ProjectPath}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment