mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-31 00:41:20 +00:00
Remove logging functionality as legacy
This commit is contained in:
parent
1ced323ec3
commit
1526aba255
52 changed files with 13 additions and 1020 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue