From eec10d41af62fb9a93cd5fd79dcf94616701cc2a Mon Sep 17 00:00:00 2001 From: bt Date: Sun, 19 Apr 2026 21:32:53 +0200 Subject: [common] Basic group channels support --- tools/run-two-clients.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tools/run-two-clients.sh (limited to 'tools') diff --git a/tools/run-two-clients.sh b/tools/run-two-clients.sh new file mode 100755 index 0000000..884a88a --- /dev/null +++ b/tools/run-two-clients.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +tmux \ + new-session "go run cmd/daemon/main.go; read" \; \ + split-window "sleep 0.5; go run cmd/client/main.go -u user1; read" \; \ + split-window "sleep 0.5; go run cmd/client/main.go -u user1; read" \; \ + split-window "sleep 0.5; go run cmd/client/main.go -u user2; read" \; \ + select-layout tiled; \ No newline at end of file -- cgit v1.2.3