Skip to content

Instantly share code, notes, and snippets.

@frank184
Created January 9, 2016 00:00
Show Gist options
  • Save frank184/29c28c3dfaf97e24b4ad to your computer and use it in GitHub Desktop.
Save frank184/29c28c3dfaf97e24b4ad to your computer and use it in GitHub Desktop.
Script for booting a Rails Server in another terminal while Developing
alias rails_s="gnome-terminal -e 'bash -c \"rails s; bash\"'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment