xref: /PHP-5.5/ext/mbstring/libmbfl/cvsclean (revision 5a80df26)
1#!/bin/sh
2function 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
11cvsclean_sub .
12cvsclean_sub mbfl
13cvsclean_sub filters
14cvsclean_sub nls
15