Skip to content

Commit

Permalink
Added upgrade command to grvm script
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev committed Mar 12, 2016
1 parent 0e3fb38 commit 43671b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/grvm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ function __grvmFn {
arg=`$HOME/.grvm/bin/grvm -s set $2 $3 $4 $5`
__grvmEval $arg
;;
"upgrade")
curl -s https://raw.githubusercontent.com/Bugagazavr/grvm/master/install.sh | bash --
;;
*)
$HOME/.grvm/bin/grvm "$@"
;;
Expand Down

0 comments on commit 43671b0

Please sign in to comment.