with no logs polluting the output, we dont need tmux anymore to split the terminal

pull/21833/head
Bruno Windels 2018-07-27 13:43:38 +02:00
parent a6304ce83e
commit b3473a7220
1 changed files with 5 additions and 4 deletions

9
run.sh
View File

@ -1,4 +1,5 @@
tmux \
new-session "sh riot/stop.sh; sh synapse/stop.sh; sh synapse/start.sh; sh riot/start.sh; read"\; \
split-window "sleep 5; node start.js; sh riot/stop.sh; sh synapse/stop.sh; read"\; \
select-layout even-vertical
sh synapse/start.sh
sh riot/start.sh
node start.js
sh riot/stop.sh
sh synapse/stop.sh