Skip to content

Instantly share code, notes, and snippets.

@liuzhoou
Created September 23, 2009 09:05
Show Gist options
  • Save liuzhoou/191855 to your computer and use it in GitHub Desktop.
Save liuzhoou/191855 to your computer and use it in GitHub Desktop.
cleanup
#! /bin/csh -f
rm -rf C*/*/build
rm .DS_Store
rm C*/.DS_Store
rm C*/*/.DS_Store
rm -rf C*/*/*.xcodeproj/ericasadun.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment