Skip to content

Instantly share code, notes, and snippets.

@dln
Created May 5, 2011 09:01
Show Gist options
  • Save dln/956764 to your computer and use it in GitHub Desktop.
Save dln/956764 to your computer and use it in GitHub Desktop.
Avro tools script
#!/bin/sh
AVRO_TOOLS_JAR=$(dirname $(readlink $0))/avro-tools-1.5.0.jar
exec java -cp $AVRO_TOOLS_JAR org.apache.avro.tool.Main $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment