Skip to content

Instantly share code, notes, and snippets.

@ranieuwe
Last active June 3, 2018 21:12
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 ranieuwe/50e43f30af3ea31452efdfeeb649b1fc to your computer and use it in GitHub Desktop.
Save ranieuwe/50e43f30af3ea31452efdfeeb649b1fc to your computer and use it in GitHub Desktop.
curl https://api.github.com/repos/MicrosoftDocs/dynamics-365-customer-engagement/contents/ce | jq -r '.[] | select(.type | contains("dir")) | "https://docs.microsoft.com/en-us/dynamics365/customer-engagement/opbuildpdf/\(.name)/TOC.pdf?branch=live \(.name).pdf"'| while read -r url name tail; do wget -O $name $url; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment