Skip to content

Instantly share code, notes, and snippets.

@tbalcom
Created April 11, 2018 16:15
Show Gist options
  • Select an option

  • Save tbalcom/4d1871101f10182665a4a9c07113f8f2 to your computer and use it in GitHub Desktop.

Select an option

Save tbalcom/4d1871101f10182665a4a9c07113f8f2 to your computer and use it in GitHub Desktop.
PowerShell script to delete bin & obj folders
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