Skip to content

Instantly share code, notes, and snippets.

@satishkaushik
Last active October 5, 2017 07:13
Show Gist options
  • Save satishkaushik/61f883912ad0310d1b7a1079c1357f46 to your computer and use it in GitHub Desktop.
Save satishkaushik/61f883912ad0310d1b7a1079c1357f46 to your computer and use it in GitHub Desktop.
rvmrc
#!/bin/bash
if [ -e '.rvmrc_custom' ]; then
source .rvmrc_custom;
else
rvm --create use ruby-2.4.1@greatlearning;
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment