Date:2014-02-01 22:44:12 (10 years 1 month ago)
Author:Werner Almesberger
Commit:62bd73e0f6a782bf7331915d3049d24b182c8a94
Message:ircstat/mlabs: not very smart script to download monthly log of #m-labs

Files: ircstat/mlabs (1 diff)

Change Details

ircstat/mlabs
1#!/bin/sh
2for y in 13 14; do
3    for m in 01 02 03 04 05 06 07 08 09 10 11 12; do
4        F=m-labs/20$y-$m.txt
5        [ -s $F ] || wget -O $F http://irclog.whitequark.org/$F
6    done
7done

Archive Download the corresponding diff file

Branches:
master



interactive