Skip to content

Instantly share code, notes, and snippets.

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