Hi, On Mon, 30 Aug 2004, Laurence Tonke wrote:
#!/bin/bash export CVSROOT=/home/cvsroot cvs co <module> tar cfz <module>.tgz <module>
Soweit bin ich ja auch schon, ich will nur ned alle module da von hand eingeben, sondern willd as das total automatisch rennt.
ich �berlege mir gerade ob ich das so mache:
for x in `ls /home/cvs/ | grep -v CVSROOT`; do cvs co $x; tar cfz $x.tgz $x; done
aber das ist alles irgentwie ned so toll, find ich!
Gruss
-- ICQ: 304 760 315

