Rev 495 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 495 | Rev 585 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh |
1 | #! /bin/sh |
2 | packs=$wims_exec_parm |
2 | packs=$wims_exec_parm |
3 | adresse=packs.shtooka.net |
3 | adresse=packs.shtooka.net |
4 | echo $packs ; |
4 | echo $packs ; |
5 | 5 | ||
6 | cd scripts/data/ |
6 | cd scripts/data/swac ; |
7 | for i in $packs; do |
7 | for i in $packs; do |
8 | echo $i ; |
8 | echo $i ; |
9 | wget http://$adresse/$i/$i.mp3.tar; echo "wget $adresse/$i/$i.mp3.tar" ; |
9 | wget http://$adresse/$i/$i.mp3.tar; echo "wget $adresse/$i/$i.mp3.tar" ; |
10 | tar xf $i.mp3.tar; |
10 | tar xf $i.mp3.tar; |
11 | mkdir -p $i; |
11 | mkdir -p $i; |
Line 17... | Line 17... | ||
17 | ## wget http://$adresse/$i/ogg/index.tags.txt ; |
17 | ## wget http://$adresse/$i/ogg/index.tags.txt ; |
18 | ## echo "wget http://$adresse/$i/ogg/index.tags.txt "; |
18 | ## echo "wget http://$adresse/$i/ogg/index.tags.txt "; |
19 | ## rm index.tags.txt_1 ; |
19 | ## rm index.tags.txt_1 ; |
20 | cd .. ;\ |
20 | cd .. ;\ |
21 | done ; |
21 | done ; |
22 | cd $w_wims_home/scripts/data/ |
22 | cd $w_wims_home/scripts/data/swac ; |
23 | ./mkindex ; |
23 | ./mkindex ; |