2016-08-27 14:50:07 -04:00

8 lines
59 B
Bash
Executable File

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