Skip to content

Instantly share code, notes, and snippets.

@mpapis
Forked from mtheoryx/gist:2142561
Created March 20, 2012 23:48
Show Gist options
  • Save mpapis/2142642 to your computer and use it in GitHub Desktop.
Save mpapis/2142642 to your computer and use it in GitHub Desktop.
bash echo rvm current, reusable
rvm current | awk -F '[@-]' '{print $2"-"$3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment