forked from leslify/11ty-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
avatars.sh
executable file
·23 lines (16 loc) · 965 Bytes
/
avatars.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
wget https://twitter.com/eduardoboucas/profile_image?size=bigger
mv profile_image?size=bigger img/avatars/eduardoboucas.jpg
wget https://twitter.com/philhawksworth/profile_image?size=bigger
mv profile_image?size=bigger img/avatars/philhawksworth.jpg
wget https://twitter.com/micahmills/profile_image?size=bigger
mv profile_image?size=bigger img/avatars/micahmills.jpg
wget https://twitter.com/hybrid_alex/profile_image?size=bigger
mv profile_image?size=bigger img/avatars/hybrid_alex.jpg
wget https://twitter.com/jameswillweb/profile_image?size=bigger
mv profile_image?size=bigger img/avatars/jameswillweb.jpg
wget https://twitter.com/codypeterson/profile_image?size=bigger
mv profile_image?size=bigger img/avatars/codypeterson.jpg
wget https://twitter.com/wilto/profile_image?size=bigger
mv profile_image?size=bigger img/avatars/wilto.jpg
wget https://twitter.com/nice2meatu/profile_image?size=bigger
mv profile_image?size=bigger img/avatars/nice2meatu.jpg