From 3fd43cd5fcb22bb65bf2a92a25d95d801b11c9e0 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 1 Jun 2016 18:58:58 -0700 Subject: Initial checkin for typhoon chess engine. --- pgn/twic.pl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 pgn/twic.pl (limited to 'pgn/twic.pl') 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"; +} -- cgit v1.3