diff options
Diffstat (limited to 'pgn/twic.pl')
| -rwxr-xr-x | pgn/twic.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pgn/twic.pl b/pgn/twic.pl new file mode 100755 index 0000000..1fccae2 --- /dev/null +++ b/pgn/twic.pl @@ -0,0 +1,6 @@ +#!/usr/bin/perl + +for ($x = 608; $x > 0; $x--) +{ + system "fetch http://www.chesscenter.com/twic/zips/twic" . $x . "g.zip"; +} |
