Commit 0a3a029f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DevOps] tmux sugar

parent 7d836852
#!/bin/bash
tmux new -d -s gargantext './server' \; \
split-window -h -d 'cd ./purescript-gargantext ; ./server' \; \
select-pane -t 1 \; \
split-window -d 'cd deps/CoreNLP ; ./startServer.sh' \; \
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment