Improve output of watcher in tmux

This commit is contained in:
Joe Fiorini 2015-02-09 14:49:10 -05:00
parent e3f3b4e78c
commit 217b237978

View File

@ -202,6 +202,7 @@ server_noattach:
tmux select-pane -U
tmux split-window -v 'exec make receiver'
tmux split-window -h 'exec make taskmanager'
tmux select-pane -U
tmux split-window -h 'exec make sync_ui'
server: server_noattach