mirror of https://github.com/vector-im/riot-web
with no logs polluting the output, we dont need tmux anymore to split the terminal
parent
a6304ce83e
commit
b3473a7220
9
run.sh
9
run.sh
|
@ -1,4 +1,5 @@
|
||||||
tmux \
|
sh synapse/start.sh
|
||||||
new-session "sh riot/stop.sh; sh synapse/stop.sh; sh synapse/start.sh; sh riot/start.sh; read"\; \
|
sh riot/start.sh
|
||||||
split-window "sleep 5; node start.js; sh riot/stop.sh; sh synapse/stop.sh; read"\; \
|
node start.js
|
||||||
select-layout even-vertical
|
sh riot/stop.sh
|
||||||
|
sh synapse/stop.sh
|
||||||
|
|
Loading…
Reference in New Issue