0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-16 14:50:39 +00:00
ensl.org/script/shell/log_file_update.sh

10 lines
141 B
Bash

#!/bin/bash
LIMIT=5985
a=4268
while [ "$a" -le $LIMIT ]
do
wget -O /dev/null http://www.ensl.org/log_files/handle/"$a"
let "a+=1"
done