mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
ircstat/mlabs: not very smart script to download monthly log of #m-labs
This commit is contained in:
7
ircstat/mlabs
Executable file
7
ircstat/mlabs
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
for y in 13 14; do
|
||||||
|
for m in 01 02 03 04 05 06 07 08 09 10 11 12; do
|
||||||
|
F=m-labs/20$y-$m.txt
|
||||||
|
[ -s $F ] || wget -O $F http://irclog.whitequark.org/$F
|
||||||
|
done
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user