2018-07-01 22:36:03 -04:00

6 lines
57 B
Bash
Executable File

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