Skip to content

Instantly share code, notes, and snippets.

@karthiks
Created October 27, 2011 03:11
Show Gist options
  • Save karthiks/1318692 to your computer and use it in GitHub Desktop.
Save karthiks/1318692 to your computer and use it in GitHub Desktop.
Bash Aliases - JRuby
alias jcons='jruby -S script/console'
alias jspec='jruby -S script/spec'
alias jserv='jruby -S script/server'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment