Created
April 11, 2018 16:15
-
-
Save tbalcom/4d1871101f10182665a4a9c07113f8f2 to your computer and use it in GitHub Desktop.
PowerShell script to delete bin & obj folders
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
| gci -include bin,obj -recurse | remove-item -force -recurse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment