Skip to content

Instantly share code, notes, and snippets.

@mtheoryx
Created March 20, 2012 23:40
Show Gist options
  • Save mtheoryx/2142561 to your computer and use it in GitHub Desktop.
Save mtheoryx/2142561 to your computer and use it in GitHub Desktop.
bash echo rvm current, reusable
rvm current do ruby --version | cut -d'@' -f1 | cut -d'-' -f2-3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment