Edit

kc3-lang/ftgl/cleanup

Branch :

  • Show log

    Commit

  • Author : henry
    Date : 2001-11-11 23:26:41
    Hash : 962b0151
    Message : unix line endings....

  • cleanup
  • #!/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 {} \;