Skip to content

Instantly share code, notes, and snippets.

@evilpilaf
Created November 7, 2023 13:01
Show Gist options
  • Save evilpilaf/8308350170782c66e426ecc934fef641 to your computer and use it in GitHub Desktop.
Save evilpilaf/8308350170782c66e426ecc934fef641 to your computer and use it in GitHub Desktop.
Remove all bin and obj folders recursively
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