Skip to content

Instantly share code, notes, and snippets.

@hopbit
Last active February 4, 2016 21:01
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 hopbit/90640dc787310b1fdddc to your computer and use it in GitHub Desktop.
Save hopbit/90640dc787310b1fdddc to your computer and use it in GitHub Desktop.
for i in {1..9}
do
wget "https://raspberrypi.org/magpi-issues/MagPi0$i.pdf"
done
for i in {10..42}
do
wget "https://raspberrypi.org/magpi-issues/MagPi$i.pdf"
done
# http://www.cyberciti.biz/faq/bash-for-loop/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment