Skip to content

Instantly share code, notes, and snippets.

@cjlarose
Created July 18, 2015 18:53
Show Gist options
  • Save cjlarose/e4e08fdd6cfd6bfb10dc to your computer and use it in GitHub Desktop.
Save cjlarose/e4e08fdd6cfd6bfb10dc to your computer and use it in GitHub Desktop.
Download KGS game recrods
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