#copy paste the code below in linux, and save as .sh file
num=###start number######
add=2
max=2180000
for (( ; ; ))
do
num=$(($num + $add))
str=" --post-data tInput="$num" -O "$num".html #######link here######"
echo $str
sleep 1
if [ $num -eq $max ]
then init 0
fi
done
#when you run it, it will download the gate scores (replace the info between hashes... with desired ones..)
#i just wrote the script for experiment.. please don't misuse it..!!!