Skip to content

Instantly share code, notes, and snippets.

@BorjaL
Created September 15, 2016 11:02
Show Gist options
  • Save BorjaL/0ef143df653ec4fc3dd3d2ecd5b1e3d1 to your computer and use it in GitHub Desktop.
Save BorjaL/0ef143df653ec4fc3dd3d2ecd5b1e3d1 to your computer and use it in GitHub Desktop.
for class in $(grep -Rl Serializable ../src/ |awk -F '/main/groovy/' '{print $2}'| awk -F '.groovy' '{print $1}' | tr '/' '.'); do serialver -classpath "/home/borja/.sdkman/candidates/groovy/current/lib/*:libs/*" $class ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment