Skip to content

Instantly share code, notes, and snippets.

@robmckinnon
Created August 6, 2023 11:11
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 robmckinnon/dd1883874b1bb8a646ca88dcbe6374a4 to your computer and use it in GitHub Desktop.
Save robmckinnon/dd1883874b1bb8a646ca88dcbe6374a4 to your computer and use it in GitHub Desktop.
mkdir -p nz-electoral-reform/royal-commission-report-1986/pdf
cd nz-electoral-reform/royal-commission-report-1986/pdf
curl -o 01.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Royal-Commission-Report-Contents.pdf
curl -o 02.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-1-preface-and-introduction.pdf
curl -o 03.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-2-the-voting-system.pdf
curl -o 04.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-3-maori-representation-v2.pdf
curl -o 05.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-4-number-of-mps.pdf
curl -o 06.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-5-boundary-determination.pdf
curl -o 07.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-6-the-term-of-parliament.pdf
curl -o 08.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-7-the-use-of-referenda.pdf
curl -o 09.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-8-political-finance.pdf
curl -o 10.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/Chapter-9-administration-of-the-system.pdf
curl -o 11.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/appendix-a.pdf
curl -o 12.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/appendix-b.pdf
curl -o 13.pdf https://elections.nz/assets/Report-of-the-Royal-Commission-on-the-Electoral-System-1986/appendices-c-and-d.pdf
pdfunite 01.pdf 02.pdf 03.pdf 04.pdf 05.pdf 06.pdf 07.pdf 08.pdf 09.pdf 10.pdf 11.pdf 12.pdf ../royal-commission-report-1986.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment