Skip to content

Instantly share code, notes, and snippets.

@Michcioperz
Created February 15, 2016 21:41
Show Gist options
  • Save Michcioperz/8083c85d971698a661cd to your computer and use it in GitHub Desktop.
Save Michcioperz/8083c85d971698a661cd to your computer and use it in GitHub Desktop.
how to get more impressions (with dedication to @md-5)
#!/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