Created
February 15, 2016 21:41
-
-
Save Michcioperz/8083c85d971698a661cd to your computer and use it in GitHub Desktop.
how to get more impressions (with dedication to @md-5)
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
#!/bin/bash | |
for i in {1..529} | |
do | |
wget https://upload.wikimedia.org/wikipedia/commons/5/54/Claude_Monet%2C_Impression%2C_soleil_levant.jpg | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment