Hash : 962b0151 Author : Date : 2001-11-11T23:26:41
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 {} \;