You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
383 B

  1. SESSION='go-dht'
  2. tmux new-session -d -s $SESSION
  3. tmux split-window -d -t 0 -v
  4. tmux split-window -d -t 0 -h
  5. tmux send-keys -t 0 'go run main.go --config config.test0.yaml --debug start' enter
  6. sleep 2
  7. tmux send-keys -t 1 'go run main.go --config config.test1.yaml --debug start' enter
  8. tmux send-keys -t 2 'go run main.go --config config.test2.yaml --debug start' enter
  9. tmux attach