Skip to content

Instantly share code, notes, and snippets.

@danveloper
Last active December 5, 2018 18:51
Show Gist options
  • Save danveloper/5223983 to your computer and use it in GitHub Desktop.
Save danveloper/5223983 to your computer and use it in GitHub Desktop.
Java to Groovy converter in bash!!
#!/bin/sh
find . -iname "*.java" -exec sed s/\;$// {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment