Skip to content

Instantly share code, notes, and snippets.

@dpr-dev
Forked from xtrmstep/cleanup-objbin.ps1
Created August 19, 2023 19:43
Show Gist options
  • Save dpr-dev/550d8e5abb6080791d91c75b21c20cbd to your computer and use it in GitHub Desktop.
Save dpr-dev/550d8e5abb6080791d91c75b21c20cbd to your computer and use it in GitHub Desktop.

Revisions

  1. @xtrmstep xtrmstep created this gist Mar 29, 2016.
    1 change: 1 addition & 0 deletions cleanup-objbin.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    Get-ChildItem .\ -include bin,obj -Recurse | foreach ($_) { remove-item $_.fullname -Force -Recurse }