Skip to content

Instantly share code, notes, and snippets.

@dribnet
Last active August 25, 2017 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save dribnet/eeea3d0b0553205c6724253896547d44 to your computer and use it in GitHub Desktop.
Save dribnet/eeea3d0b0553205c6724253896547d44 to your computer and use it in GitHub Desktop.
17.2 MDDN 441 PS2
license: mit
downloads
resized
colorgrid
smartgrid
customgrid
Please replace this text with instructions on how to run your script and what the result should be.
For example:
To generate a new image, use the run_all.sh script like so:
$ bash run_all.sh
This will download a new file called montage.jpg
#!/bin/bash
# INSTRUCTIONS
# please replace the contents of this file so that when run this
# script generates both the movie and the image file
# show commands and stop if there is an error
set -ex
wget -O montage.jpg http://wallpaperswide.com/download/rainbow_pixel_art-wallpaper-1920x1200.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment