Skip to content

Instantly share code, notes, and snippets.

@kokoye2007
Last active August 17, 2022 17:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kokoye2007/5f0597c57ca1ab2596cd to your computer and use it in GitHub Desktop.
Save kokoye2007/5f0597c57ca1ab2596cd to your computer and use it in GitHub Desktop.
MagPi Issues and Essentials Download Script
#!/bin/bash
MAG=MagPi
URL=https://raspberrypi.org/magpi-issues/
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
for n in {01..52}
do
cd "$DIR"
wget "$URL$MAG$n".pdf
done
#Additional and Essentials
echo ""
echo ""
echo "Essentials Downloads"
echo ""
echo ""
wget https://www.raspberrypi.org/magpi-issues/Essentials_Bash_v1.pdf
wget https://www.raspberrypi.org/magpi-issues/Essentials_Games_v1.pdf
wget https://www.raspberrypi.org/magpi-issues/MagPi31-spread.pdf
wget https://www.raspberrypi.org/magpi-issues/MagPiSE1.pdf
wget https://www.raspberrypi.org/magpi-issues/Projects_Book_v1.pdf
wget https://www.raspberrypi.org/magpi-issues/Projects_Book_v2.pdf
wget https://www.raspberrypi.org/magpi-issues/Essentials_SenseHAT_v1.pdf
wget https://www.raspberrypi.org/magpi-issues/Essentials_Sonic_Pi-v1.pdf
wget https://www.raspberrypi.org/magpi-issues/Essentials_Scratch_v1.pdf
wget https://www.raspberrypi.org/magpi-issues/MagPi-EduEdition01.pdf
wget https://www.raspberrypi.org/magpi-issues/MagPi-EduEdition02.pdf
wget https://www.raspberrypi.org/magpi-issues/Essentials_C_v1.pdf
wget https://www.raspberrypi.org/magpi-issues/Essentials_GPIOZero_v1.pdf
wget https://www.raspberrypi.org/magpi-issues/Essentials_Minecraft_v1.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment