Created
January 3, 2011 21:56
-
-
Save adamgamble/764042 to your computer and use it in GitHub Desktop.
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
| sc () { | |
| [[ `rails -v` =~ ([0-9]) ]] | |
| if [[ "$BASH_REMATCH" == "3" ]]; then rails c; else script/console; fi | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment