Ping until 32

This commit is contained in:
Nico Schottelius 2019-07-28 12:50:54 +02:00
parent a3392bc730
commit 1534edff2b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [ $# -ge 1 ]; then
read="" read=""
fi fi
for addr in $(seq 1 8); do for addr in $(seq 1 32); do
ip=2001:db8:42::$addr ip=2001:db8:42::$addr
echo "Next to ping: ${ip}" echo "Next to ping: ${ip}"
if [ "$read" ]; then if [ "$read" ]; then