Skip to content

Instantly share code, notes, and snippets.

@shazow
Created January 5, 2013 23:35
Show Gist options
  • Save shazow/4464321 to your computer and use it in GitHub Desktop.
Save shazow/4464321 to your computer and use it in GitHub Desktop.
Open development daemons in split gnu screen.
startup_message off
hardstatus alwayslastline
hardstatus string "%= %{r} Quit by hitting: qq"
escape q;
bind q quit
screen -t "Serve HTTP" 1 make serve
screen -t "Serve CSS" 2 make css_watch
sessionname develop
split
select 1
focus
select 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment