mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-20 23:12:44 +00:00
d2c05bc5b9
This reverts commit 96a3502
6 lines
57 B
Bash
Executable File
6 lines
57 B
Bash
Executable File
#! /bin/bash
|
|
set -eu
|
|
|
|
ID=$1
|
|
echo "172.57.0.$((100+$ID))"
|