diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/upgrade.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh new file mode 100644 index 000000000..fa07daaea --- /dev/null +++ b/tools/upgrade.sh @@ -0,0 +1,5 @@ +current_path=`pwd` +echo "Upgrading Oh My Zsh" +( cd $ZSH && git pull origin master ) +echo "Done." +cd $current_path
\ No newline at end of file |