Skip to content

Instantly share code, notes, and snippets.

@asteig
Created March 7, 2015 18:40
Show Gist options
  • Save asteig/b5351a9d9b9d68142a1c to your computer and use it in GitHub Desktop.
Save asteig/b5351a9d9b9d68142a1c to your computer and use it in GitHub Desktop.
Command - Generate Dummy Images
mkdir img && cd img && wget -O 1.jpg http://lorempixel.com/200/200/ && wget -O 2.jpg http://lorempixel.com/200/200/ && wget -O 3.jpg http://lorempixel.com/200/200/ && wget -O 4.jpg http://lorempixel.com/200/200/ && wget -O 5.jpg http://lorempixel.com/200/200/ && wget -O 6.jpg http://lorempixel.com/200/200/ && wget -O 7.jpg http://lorempixel.com/200/200/ && wget -O 8.jpg http://lorempixel.com/200/200/ && wget -O 9.jpg http://lorempixel.com/200/200/ && wget -O 10.jpg http://lorempixel.com/200/200/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment