upgrade.sh 113 B

12345
  1. current_path=`pwd`
  2. echo "Upgrading Oh My Zsh"
  3. ( cd $ZSH && git pull origin master )
  4. echo "Done."
  5. cd $current_path