From e6871b132e82334363ea825e663c8e9be15c685e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 13 Feb 2005 23:19:25 +0000 Subject: [PATCH 1/1] Add? Hello? --- sql/cc04/update-cc04.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 sql/cc04/update-cc04.sh 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 -- 2.39.2