mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-05 19:40:44 +00:00
8 lines
59 B
Bash
Executable File
8 lines
59 B
Bash
Executable File
#! /bin/bash
|
|
set -eu
|
|
|
|
ID=$1
|
|
echo "172.57.0.$((100+$ID))"
|
|
|
|
|