Files
tendermint/test/p2p/ip.sh
Ethan Buchman 5da9b3a803 postmerge
2017-04-21 18:09:47 -04:00

8 lines
59 B
Bash
Executable File

#! /bin/bash
set -eu
ID=$1
echo "172.57.0.$((100+$ID))"