From: Steinar H. Gunderson Date: Sun, 13 Feb 2005 23:19:25 +0000 (+0000) Subject: Add? Hello? X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=e6871b132e82334363ea825e663c8e9be15c685e;hp=8d0741da79e64285cec7ce6f984d86575b5b0a68 Add? Hello? --- diff --git a/sql/cc04/update-cc04.sh b/sql/cc04/update-cc04.sh new file mode 100755 index 0000000..69e83b4 --- /dev/null +++ b/sql/cc04/update-cc04.sh @@ -0,0 +1,18 @@ +#! /bin/sh + +SEASON="Challenge Cup 2004" + +( + while read ccno id; do + wget -O- "http://www.ddreurope.com/results.php?since=0&act=2&t_id=$id" | + perl ../../parse/parse-ddreurope-tournament.pl "$SEASON" > cc$ccno-04.sql + done +) <<"EOF" +1 29 +2 31 +3 35 +4 38 +5 39 +6 40 +7 41 +EOF