Created
December 7, 2018 16:24
-
-
Save jkereako/bc8710e9c0695e2dc372057437e8208c to your computer and use it in GitHub Desktop.
Deletes bin and obj directories as created by VisualStudio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -iname "bin" -o -iname "obj" | xargs rm -rf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment