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