Created
August 11, 2020 09:56
-
-
Save alikrc/f6c08b77d5c58c5b196368169ad24777 to your computer and use it in GitHub Desktop.
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
d: | |
Set-Location D:\MyProjectFolder | |
Get-ChildItem .\ -include bin,obj -Recurse | ForEach-Object ($_) { Remove-Item $_.FullName -Force -Recurse } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment