Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. echo "start"
  4. link='http://link.songspk.pk/popsong.php?songid='
  5. count=3142
  6. echo "start11111111 $link"
  7. until [ "$*"!="3150" ]
  8. echo "start2222222222 $count"
  9. do
  10. echo "start3333333333"
  11. echo "Argument number $count : $1 "
  12. axel -n 45 $link+$count
  13. echo "value of $count "
  14. shift
  15. count=`expr $count + 1`
  16. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement