Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cleanup « bFTGL « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6d24edb287d55c54cd5e806326d981fc0e701d8 (plain)
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 {} \;