Created
September 15, 2014 11:49
-
-
Save nahakiole/d1b964c9dd14d9e85fea to your computer and use it in GitHub Desktop.
Create Dummy Images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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