Remove logging functionality as legacy

This commit is contained in:
Ari Timonen 2015-06-22 00:32:27 +03:00
parent 1ced323ec3
commit 1526aba255
52 changed files with 13 additions and 1020 deletions

View file

@ -1,10 +0,0 @@
#!/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