Skip to content

Instantly share code, notes, and snippets.

@andmcgregor
Last active March 15, 2016 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andmcgregor/07659ea7cbf305d6713d to your computer and use it in GitHub Desktop.
Save andmcgregor/07659ea7cbf305d6713d to your computer and use it in GitHub Desktop.
gui
#!/bin/bash
cd gui
tmux new-window -n GUI grunt watch
tmux split-window -t GUI -h
tmux split-window -t GUI.0
tmux resize-pane -t GUI.0 -y 4
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment