- #!/bin/bash
- echo "start"
- link='http://link.songspk.pk/popsong.php?songid='
- count=3142
- echo "start11111111 $link"
- until [ "$*"!="3150" ]
- echo "start2222222222 $count"
- do
- echo "start3333333333"
- echo "Argument number $count : $1 "
- axel -n 45 $link+$count
- echo "value of $count "
- shift
- count=`expr $count + 1`
- done
SHARE
TWEET
Untitled
a guest
Oct 2nd, 2012
39
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

