Last active
June 3, 2018 21:12
-
-
Save ranieuwe/50e43f30af3ea31452efdfeeb649b1fc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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