Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 222 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 222 Bytes

aws_whitepapers

run below to start downloading latest documents

curl "https://aws.amazon.com/whitepapers/" | grep -e '.*\.pdf.*' | sed -e 's/.*href="\(.*\)\.pdf.*/http:\1.pdf/g' | sort | uniq | xargs wget