Skip to content

Instantly share code, notes, and snippets.

@nahakiole
Created September 15, 2014 11:49
Show Gist options
  • Save nahakiole/d1b964c9dd14d9e85fea to your computer and use it in GitHub Desktop.
Save nahakiole/d1b964c9dd14d9e85fea to your computer and use it in GitHub Desktop.
Create Dummy Images
for i in {101..300}; do cp Image.jpg Image$i.jpg; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment