Advertisement
cyla

cyla

Mar 6th, 2009
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/sh
  2. i=0
  3. while [ $i -lt 33 ] ; do
  4.     wget http://itcafe.hu/tema/csak_kulturaltan/hsz_$[i*200+1]-$[i*200+200].html
  5.     i=$[i+1]
  6. done
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement