This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/misc/cleandist.sh
pmoura b25690af56 Logtalk 2.17.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1071 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2004-06-06 22:46:45 +00:00

8 lines
221 B
Bash
Executable File

#!/bin/sh
find . -name CVS -print | xargs rm -rf
find . -name .cvsignore -print | xargs rm -f
find . -name '.#*' -print | xargs rm -f
find . -name .DS_Store -print | xargs rm -f
find . -name '.gdb*' -print | xargs rm -f