DEMO: add tmux session runner
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 19 Dec 2017 11:19:57 +0000 (12:19 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Fri, 5 Jan 2018 14:29:17 +0000 (15:29 +0100)
Change-Id: I47fdb37a55b6159d95b19e07fd5ca08a75980dcb

demo/tmux.sh [new file with mode: 0644]

diff --git a/demo/tmux.sh b/demo/tmux.sh
new file mode 100644 (file)
index 0000000..cd590cb
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh 
+tmux new-session -d
+tmux split-window -h 'make run'
+tmux split-window -v 'make watch_jobs'
+tmux new-window 'make serve'
+tmux -2 attach-session -d