Skip to content

Instantly share code, notes, and snippets.

@unicornrainbow
Created November 30, 2010 21:42
Show Gist options
  • Save unicornrainbow/722473 to your computer and use it in GitHub Desktop.
Save unicornrainbow/722473 to your computer and use it in GitHub Desktop.
rails () {
if [ -e script/server ]; then
script/"$@"
else
command rails "$@"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment