diff options
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ tmux \ new-session "go run cmd/daemon/main.go; read" \; \ - split-window "go run cmd/client/main.go; read" \; \ + split-window "sleep 0.5; go run cmd/client/main.go; read" \; \ select-layout even-horizontal;
\ No newline at end of file |
