Subversion Repositories wimsdev

Rev

Rev 899 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #! /bin/sh
  2. # too long for the moment
  3. # do it by hand with $wims/bin/swac
  4. swac=scripts/data/swac
  5. cd $swac;
  6. ./mkindex ;
  7. !exit
  8.  
  9.  
  10. # packs=$wims_exec_parm
  11. #adresse=download.shtooka.net
  12. # echo $packs ;
  13. # swac=scripts/data/swac
  14. # cd $swac;
  15. # for i in $packs; do
  16. #  j=${i}_mp3 ;
  17. #  wget http://$adresse/$j.tar; echo "wget $adresse/$j.tar" ;
  18. #  tar xf $j.tar;
  19. # if [-d "$j"]  then cd  $j ; cp -r * ../$i/ ; cd $swac; fi ;
  20. # rm $j.tar ; rm -r $j;
  21. # echo "$i" >> version ;
  22. #done ;
  23. #cd scripts/data/swac ; cp version.tmp version ; rm version.tmp;
  24.  
  25.