~zinigor/cardano-node/trunk

« back to all changes in this revision

Viewing changes to scripts/benchmarking/shelley-testnet.tmux0.sh

  • Committer: Igor Zinovyev
  • Date: 2021-08-13 19:12:27 UTC
  • Revision ID: zinigor@gmail.com-20210813191227-stlnsj3mc5ypwn0c
Tags: upstream-1.27.0
ImportĀ upstreamĀ versionĀ 1.27.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
 
 
3
###
 
4
### INTERNAL PLUMBING, DO NOT RUN DIRECTLY
 
5
###
 
6
 
 
7
dprint "tmux0: $*"
 
8
config="$1"
 
9
topology="$2"
 
10
delegate="$3"
 
11
 
 
12
tmux select-window -t :0
 
13
tmux new-window \
 
14
  -n 'Nodes' \
 
15
  "$(dirname "$0")/shelley-testnet.tmux1.sh '${config}' '${topology}' '${delegate}'; $SHELL"
 
16
sleep 1