Skip to content

Instantly share code, notes, and snippets.

@enkunkun
Last active October 1, 2016 11:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save enkunkun/94d02fa1f61733d98ad06b52989d5f0e to your computer and use it in GitHub Desktop.
%ECHO OFF
for /l %%n in (1,1,115) do wget -P ./pgomap/noborder/ https://img-pmap.aquapal-cdn.net/img/noborder/%%n.png
for /l %%n in (1,1,115) do wget -P ./pgomap/noborder2/ https://img-pmap.aquapal-cdn.net/img/noborder2/%%n.png
for /l %%n in (1,1,115) do wget -P ./pgomap/original/ http://pmap.kuku.lu.s3-website-ap-northeast-1.amazonaws.com/%%n.png
wget -O ./pgomap/name.txt http://pmap.kuku.lu.s3-website-ap-northeast-1.amazonaws.com/
start ..\pgomap\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment