Created
July 18, 2015 18:53
-
-
Save cjlarose/e4e08fdd6cfd6bfb10dc to your computer and use it in GitHub Desktop.
Download KGS game recrods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -r -l1 -H -t1 -nd -N -A.bz2 -erobots=off http://u-go.net/gamerecords/ | |
for f in *.tar.bz2; do tar xf $f; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment