Skip to content

Instantly share code, notes, and snippets.

@GoldenLumia
Created July 29, 2025 07:17
Show Gist options
  • Save GoldenLumia/d5067dee5ae2786ef8174aa2d717e46a to your computer and use it in GitHub Desktop.
Save GoldenLumia/d5067dee5ae2786ef8174aa2d717e46a to your computer and use it in GitHub Desktop.
code snippets

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