Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created November 17, 2013 13:04
Show Gist options
  • Save kaosf/7513159 to your computer and use it in GitHub Desktop.
Save kaosf/7513159 to your computer and use it in GitHub Desktop.
for i in \
fre_ll04 \
fre_l04 \
fre_m04 \
fre_s04 \
go_ll04 \
go_l04 \
go_m04 \
go_s04 \
ss_ll04 \
ss_l04 \
ss_m04 \
ss_s04 \
mh_ll04 \
mh_l04 \
mh_m04 \
mh_s04 \
sp_ll03 \
sp_l03 \
sp_m03 \
sp_s03 \
sit_ll03 \
sit_l03 \
sit_m03 \
sit_s03 \
hc_ll03 \
hc_l03 \
hc_m03 \
hc_s03 \
fre_ll03 \
fre_l03 \
fre_m03 \
fre_s03 \
sp_ll02 \
sp_l02 \
sp_m02 \
sp_s02 \
sp_ll01 \
sp_l01 \
sp_m01 \
sp_s01 \
go_ll03 \
go_l03 \
go_m03 \
go_s03 \
5_ll03 \
5_l03 \
5_m03 \
5_s03 \
ss_ll03 \
ss_l03 \
ss_m03 \
ss_s03 \
mh_ll03 \
mh_l03 \
mh_m03 \
mh_s03 \
pre_ll03 \
pre_l03 \
pre_m03 \
pre_s03 \
ally_ll01 \
ally_l01 \
ally_m01 \
ally_s01 \
all_ll01 \
all_l01 \
all_m01 \
all_s01 \
sit_ll02 \
sit_l02 \
sit_m02 \
sit_s02 \
sit_ll01 \
sit_l01 \
sit_m01 \
sit_s01 \
hc_ll02 \
hc_l02 \
hc_m02 \
hc_s02 \
fre_ll02 \
fre_l02 \
fre_m02 \
fre_s02 \
go_ll02 \
go_l02 \
go_m02 \
go_s02 \
5_ll02 \
5_l02 \
5_m02 \
5_s02 \
ss_ll02 \
ss_l02 \
ss_m02 \
ss_s02 \
mh_ll02 \
mh_l02 \
mh_m02 \
mh_s02 \
pre_ll02 \
pre_l02 \
pre_m02 \
pre_s02 \
hc_ll01 \
hc_l01 \
hc_m01 \
hc_s01 \
fre_ll01 \
fre_l01 \
fre_m01 \
fre_s01 \
go_ll01 \
go_l01 \
go_m01 \
go_s01 \
5_ll01 \
5_l01 \
5_m01 \
5_s01 \
ss_ll01 \
ss_l01 \
ss_m01 \
ss_s01 \
mh_ll01 \
mh_l01 \
mh_m01 \
mh_s01 \
pre_ll01 \
pre_l01 \
pre_m01 \
pre_s01
do
if [ ! -f ${i}.jpg ]
then
wget http://www.toei-anim.co.jp/ptr/precure/special/img/${i}.jpg
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment