root/tags/lgt2212/scripts/cleandist.sh

Revision 1405, 241 bytes (checked in by pmoura, 4 years ago)

Corrected bug with path names containing spaces.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2
3find . -name CVS -print0 | xargs -0 rm -rf
4find . -name .cvsignore -print0 | xargs -0 rm -f
5find . -name '.#*' -print0 | xargs -0 rm -f
6find . -name .DS_Store -print0 | xargs -0 rm -f
7find . -name '.gdb*' -print0 | xargs -0 rm -f
Note: See TracBrowser for help on using the browser.