Skip to content

Instantly share code, notes, and snippets.

@agsdot
Forked from danveloper/convert.sh
Created December 5, 2018 18:51
Show Gist options
  • Select an option

  • Save agsdot/9f3d9b944de83198ee8634fe36f3dd2c to your computer and use it in GitHub Desktop.

Select an option

Save agsdot/9f3d9b944de83198ee8634fe36f3dd2c 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