Skip to content

Instantly share code, notes, and snippets.

@joseywoermann
Created September 7, 2021 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseywoermann/58417afdc618201efcfd967f12d39182 to your computer and use it in GitHub Desktop.
Save joseywoermann/58417afdc618201efcfd967f12d39182 to your computer and use it in GitHub Desktop.
Delete all .class and .ctxt files in a folder.
del /S *.class
del /S *.ctxt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment