Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Created March 13, 2024 08:41
Show Gist options
  • Save badsyntax/375dfe6258695e5b488d0860ef47ad18 to your computer and use it in GitHub Desktop.
Save badsyntax/375dfe6258695e5b488d0860ef47ad18 to your computer and use it in GitHub Desktop.
remove dotnet bin and obj
find . -iname "bin" -o -iname "obj" | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment