Hash : 2c5a19df Author : Date : 2001-10-28T04:23:23
Download
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 {} \;