Codebase list cl-portable-aserve / upstream/20190720.gitcac1d69+dfsg clean.sh
upstream/20190720.gitcac1d69+dfsg

Tree @upstream/20190720.gitcac1d69+dfsg (Download .tar.gz)

clean.sh @upstream/20190720.gitcac1d69+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