# !/bin/bash COUNT=10000 for ((i=0; i<$COUNT; i++)) ; do wget -r -e robots=off -l10000 https://0.0.0.0 & done