Skip to content

Instantly share code, notes, and snippets.

@jonwitts
Last active June 28, 2019 08:40
Show Gist options
  • Save jonwitts/7d367218203c32003e75f86274ef4578 to your computer and use it in GitHub Desktop.
Save jonwitts/7d367218203c32003e75f86274ef4578 to your computer and use it in GitHub Desktop.
exabytes19 files
#!/bin/bash
mkdir /home/pi/Documents/SpaceInvaders
mkdir /home/pi/Documents/SpaceInvaders/images
cd /home/pi/Documents/SpaceInvaders/images
wget https://github.com/jonwitts/PygameZero-Space/raw/master/images/alien.png
wget https://github.com/jonwitts/PygameZero-Space/raw/master/images/laser.png
wget https://github.com/jonwitts/PygameZero-Space/raw/master/images/rocket.png
cd /home/pi/mu_code/sounds
wget https://pygame-zero.readthedocs.io/en/stable/_static/eep.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment