Skip to content

Instantly share code, notes, and snippets.

@dblevins
Created January 21, 2010 15:13
Show Gist options
  • Select an option

  • Save dblevins/282865 to your computer and use it in GitHub Desktop.

Select an option

Save dblevins/282865 to your computer and use it in GitHub Desktop.
#!/bin/bash
REPO=$HOME/.m2/repository
CP=$REPO/asm/asm/2.2.3/asm-2.2.3.jar
CP=$CP:$REPO/asm/asm-attrs/2.2.3/asm-attrs-2.2.3.jar
CP=$CP:$REPO/asm/asm-util/2.2.3/asm-util-2.2.3.jar
java -cp $CP org.objectweb.asm.util.ASMifierClassVisitor $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment