From 7a7b89c11d49f997ebe478adb0f66b9d33f88ef0 Mon Sep 17 00:00:00 2001 From: Robert Kenny Date: Mon, 15 Feb 2016 16:00:57 +0000 Subject: [PATCH] Adds startup for auth in run_tmux.sh Because I like TMux. --- run_tmux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_tmux.sh b/run_tmux.sh index bdad5862df..cf9004e353 100755 --- a/run_tmux.sh +++ b/run_tmux.sh @@ -18,5 +18,7 @@ tmux split-window "sbt 'project usage' 'run 9009'" tmux select-layout even-horizontal tmux split-window "sbt 'project metadata-editor' 'run 9007'" tmux select-layout even-horizontal +tmux split-window "sbt 'project auth' 'run 9011'" +tmux select-layout even-horizontal /bin/bash -c "cd elasticsearch; ./dev-start.sh"