Codebase list cl-portable-aserve / upstream/1.2.42+cvs.2010.02.08-dfsg clean.sh
upstream/1.2.42+cvs.2010.02.08-dfsg

Tree @upstream/1.2.42+cvs.2010.02.08-dfsg (Download .tar.gz)

clean.sh @upstream/1.2.42+cvs.2010.02.08-dfsgraw · history · blame

1
2
3
4
5
#!/bin/sh

for i in `cat acl-compat/.cvsignore` ;
  do find . -name $i -type f -delete
done