Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hbulens/7cb093378ce23897ad8e50e4d1f2bb39 to your computer and use it in GitHub Desktop.
Save hbulens/7cb093378ce23897ad8e50e4d1f2bb39 to your computer and use it in GitHub Desktop.
Get-ChildItem .\ -include bin,obj -Recurse | foreach { remove-item $_.fullname -Force -Recurse }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment