]> Git — Sourcephile - gargantext.git/blob - devops/tmux.sh
[FIX] back to Conditional distance
[gargantext.git] / devops / tmux.sh
1 #!/bin/bash
2
3 tmux new -d -s gargantext './server' \; \
4 split-window -h -d 'cd ./purescript-gargantext ; ./server' \; \
5 select-pane -t 1 \; \
6 split-window -d 'cd deps/CoreNLP ; ./startServer.sh' \; \