Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created August 9, 2011 19:52
Show Gist options
  • Save metaskills/1135020 to your computer and use it in GitHub Desktop.
Save metaskills/1135020 to your computer and use it in GitHub Desktop.
rc () {
if [ -f ./script/rails ]; then
rails console $argv
else
./script/console $argv
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment