Jakeukalane

second part downloading Living image project

May 25th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2. for ((a=1;a<=9;a++))
  3. do wget -P/home/user/wshadow "http://w-shadow.com/li/images/small/li-g0025-s00${a}.png"
  4. for ((b=10;b<=99;b++))
  5. do wget -P/home/user/wshadow "http://w-shadow.com/li/images/small/li-g0025-s0${b}.png"
  6. done;
  7. done;
Add Comment
Please, Sign In to add comment