Hash : 7ca41d56 Author : Date : 2001-11-08T21:05:20
Download
1 2 3 4 5
#!/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 {} \;