Last active
October 5, 2017 07:13
-
-
Save satishkaushik/61f883912ad0310d1b7a1079c1357f46 to your computer and use it in GitHub Desktop.
rvmrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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