summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-03-10 14:11:01 +0100
committerbt <bt@rctt.net>2026-03-10 14:11:01 +0100
commite5644d24c51634c0e263a758bd57b797d5949c9c (patch)
tree5f6f33ebb064df45693fc75e0d454f0f11ce4654 /run.sh
parent6dcbb66fcafce3da6d7c00d9679946b77f6f6186 (diff)
downloadsolec-e5644d24c51634c0e263a758bd57b797d5949c9c.tar.gz
solec-e5644d24c51634c0e263a758bd57b797d5949c9c.zip
Use Kaitai to describe protocol spec, autogenerate Wireshark plugin and diagram
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