mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-28 16:22:15 +00:00
8 lines
59 B
Bash
8 lines
59 B
Bash
|
#! /bin/bash
|
||
|
set -eu
|
||
|
|
||
|
ID=$1
|
||
|
echo "172.57.0.$((100+$ID))"
|
||
|
|
||
|
|