summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl/cvsclean
blob: 60ae246a50e97cf9fe401085acb1bbfc9d37d185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
function cvsclean_sub() {
  prev_pwd=`pwd`	
  cd $1
  cat .cvsignore | while read fname; do
  rm -r -f $fname
  done
  cd "$prev_pwd"
}

cvsclean_sub .
cvsclean_sub mbfl
cvsclean_sub filters
cvsclean_sub nls