diff options
Diffstat (limited to 'tools/run-two-clients.sh')
| -rwxr-xr-x | tools/run-two-clients.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/run-two-clients.sh b/tools/run-two-clients.sh index 884a88a..d5d9294 100755 --- a/tools/run-two-clients.sh +++ b/tools/run-two-clients.sh @@ -1,8 +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" \; \ + new-session "go run cmd/daemon/main.go -test -db test.db; read" \; \ + split-window "sleep 1; go run cmd/client/main.go -u user1@localhost -p test; read" \; \ + split-window "sleep 1; go run cmd/client/main.go -u user1@localhost -p test; read" \; \ + split-window "sleep 1; go run cmd/client/main.go -u user2@localhost -p test; read" \; \ select-layout tiled;
\ No newline at end of file |
