Skip to content

Instantly share code, notes, and snippets.

@dnaumenko
Created April 24, 2019 07:23
Show Gist options
  • Save dnaumenko/1ed081c2f68703285fc3eb739446a689 to your computer and use it in GitHub Desktop.
Save dnaumenko/1ed081c2f68703285fc3eb739446a689 to your computer and use it in GitHub Desktop.
Bash
# clean maven targets
find . -type d -name target -prune -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment