mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 13:51:21 +00:00
6 lines
57 B
Bash
6 lines
57 B
Bash
![]() |
#! /bin/bash
|
||
|
set -eu
|
||
|
|
||
|
ID=$1
|
||
|
echo "172.57.0.$((100+$ID))"
|