| ![[BACK]](/icons/cvsweb/back.gif) Return to cvsclean CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / mbstring / libmbfl | 
1.1       misho       1: #!/bin/sh
                      2: function cvsclean_sub() {
                      3:   prev_pwd=`pwd`       
                      4:   cd $1
                      5:   cat .cvsignore | while read fname; do
                      6:   rm -r -f $fname
                      7:   done
                      8:   cd "$prev_pwd"
                      9: }
                     10: 
                     11: cvsclean_sub .
                     12: cvsclean_sub mbfl
                     13: cvsclean_sub filters
                     14: cvsclean_sub nls