Skip to content

Instantly share code, notes, and snippets.

@d2fn
Last active August 29, 2015 13:57
Show Gist options
  • Save d2fn/9572322 to your computer and use it in GitHub Desktop.
Save d2fn/9572322 to your computer and use it in GitHub Desktop.
Get Bird Sounds
curl http://web4.audubon.org/news/pressroom/bacc/imagessounds.html | grep wav | cut -d \' -f2 | sed 's/ /%20/' | xargs -I{} curl -O http://web4.audubon.org/news/pressroom/bacc/\{\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment