6 lines
57 B
Bash
Raw Normal View History

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