mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tmux new-session -d './target/release/p2pdebug'
|
|
tmux split-window -v './target/release/p2pdebug -n 3 '
|
|
tmux split-window -h './target/release/p2pdebug -n 21 -b'
|
|
tmux attach
|