Skip to content

Instantly share code, notes, and snippets.

@tizoc
Created April 28, 2011 12:52
Show Gist options
  • Save tizoc/946283 to your computer and use it in GitHub Desktop.
Save tizoc/946283 to your computer and use it in GitHub Desktop.
faust:tmp bruno$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
+ [[ -z '' ]]
+ rvm_path=/Users/bruno/.rvm
+ [[ 2 -gt 0 ]]
+ token=rvm_path
+ shift
+ case "$token" in
+ usage
+ printf '
Usage
rvm-installer [options] [action]
Options
--branch <name> - Install RVM head, from named branch
--version <head|latest|x.y.z> - Install RVM version [head|latest|x.y.z]
--trace - used to debug the installer script
Actions
help - Display CLI help (this output)
'
Usage
rvm-installer [options] [action]
Options
--branch <name> - Install RVM head, from named branch
--version <head|latest|x.y.z> - Install RVM version [head|latest|x.y.z]
--trace - used to debug the installer script
Actions
help - Display CLI help (this output)
+ exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment