Skip to content

Instantly share code, notes, and snippets.

@victorlin
Last active August 22, 2018 17:26
Show Gist options
  • Save victorlin/b455cded0dd685f4245328f13e156fc0 to your computer and use it in GitHub Desktop.
Save victorlin/b455cded0dd685f4245328f13e156fc0 to your computer and use it in GitHub Desktop.
download all EEL3701C past exams
years='[07-16]'
curl http://www.add.ece.ufl.edu/3701/exams/ex1_sol_s${years}.pdf -o 'ex1_sol_s#1.pdf'
curl http://www.add.ece.ufl.edu/3701/exams/ex2_sol_s${years}.pdf -o 'ex2_sol_s#1.pdf'
curl http://www.add.ece.ufl.edu/3701/exams/fq_no_sol_s${years}.pdf -o 'fq_no_sol_s#1.pdf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment