Sign in
gfiber
/
vendor
/
opensource
/
projectM
/
b82e9b0d19af7e840f567433c3273422c3aa3c4f
/
.
/
src
/
WinLibs
/
FTGL
/
cleanup
blob: c6d24edb287d55c54cd5e806326d981fc0e701d8 [
file
] [
log
] [
blame
]
#!/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
{}
\;