Sha256: d1e7388be51151bb667654ede9ec2c89877b09dfd8d6a06606e0b77c813daafa
Contents?: true
Size: 447 Bytes
Versions: 19
Compression:
Stored size: 447 Bytes
Contents
#!/bin/bash # # rvm : Ruby Version Manager # http://rvm.beginrescueend.com # http://gitub.com/wayneeseguin/rvm # if [ -s ~/.rvmrc ] ; then source ~/.rvmrc ; fi eval rvm_path="${rvm_path:-~/.rvm}" source $rvm_path/scripts/rvm-utility source $rvm_path/scripts/rvm-selector source $rvm_path/scripts/rvm-ruby-installer # TODO: Script not function. source $rvm_path/scripts/rvm-cli if [ -f $rvm_path/default ] ; then source $rvm_path/default ; fi
Version data entries
19 entries across 19 versions & 2 rubygems