Created
February 22, 2023 06:54
-
-
Save anekos/7d4532d3768a0b735b7bf58cd6b16a8d to your computer and use it in GitHub Desktop.
Google 猫素材
This file contains 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
for n in $(seq 1 8) | |
do | |
curl "https://www.google.com/logos/fnbx/animal_paws/audio/cat_sound_${n}.mp3" > "/tmp/xmosh/cat_sound_${n}.mp3" | |
done | |
for n in $(seq 1 9) | |
do | |
curl "https://www.google.com/logos/fnbx/animal_paws/cat_paw_${n}.png" > "/tmp/xmosh/cat_paw_${n}.png" | |
done | |
for n in $(seq 1 4) | |
do | |
curl "https://www.google.com/logos/fnbx/westminster_dog_show/paw_print_${n}.png" > "/tmp/xmosh/cat_print_${n}.png" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment