Skip to content

Instantly share code, notes, and snippets.

@anekos
Created February 22, 2023 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anekos/7d4532d3768a0b735b7bf58cd6b16a8d to your computer and use it in GitHub Desktop.
Save anekos/7d4532d3768a0b735b7bf58cd6b16a8d to your computer and use it in GitHub Desktop.
Google 猫素材
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