Created
May 29, 2023 07:35
-
-
Save takehaya/eddedacc76f35045f10ef064101fe25a to your computer and use it in GitHub Desktop.
ポケモンシャツのスマホ壁紙データを全部持ってくるやつ
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
mkdir -p ~/Downloads/pokemon_wallpapers/ && seq 1 493 | xargs -I {} wget -P ~/Downloads/pokemon_wallpapers/ https://os-cdn.ec-ffmt.com/jp/pokemon/dedicate/wallpaper/{}.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment