]> git.sesse.net Git - ccbs/commitdiff
Add? Hello?
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 13 Feb 2005 23:19:25 +0000 (23:19 +0000)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 13 Feb 2005 23:19:25 +0000 (23:19 +0000)
sql/cc04/update-cc04.sh [new file with mode: 0755]

diff --git a/sql/cc04/update-cc04.sh b/sql/cc04/update-cc04.sh
new file mode 100755 (executable)
index 0000000..69e83b4
--- /dev/null
@@ -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