File: cleanup

package info (click to toggle)
ftgl 2.1.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,332 kB
  • ctags: 1,154
  • sloc: cpp: 7,517; sh: 6,634; ansic: 346; makefile: 223
file content (4 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (8)
1
2
3
4
#!/bin/sh -fx
# script to get rid of the grabage that MAC OSX drops in all the directories

find . -name .DS_Store -print -exec rm {} \;