2 lines
89 B
PowerShell
2 lines
89 B
PowerShell
Get-ChildItem -Path . -Include bin,obj -Directory -Recurse | Remove-Item -Recurse -Force
|