summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 4f4d96f..a33fad9 100755
--- a/run.sh
+++ b/run.sh
@@ -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