#!/bin/bash
. /usr/share/java-utils/java-functions

MAIN_CLASS=org.codehaus.mojo.animal_sniffer.Main

set_classpath "animal-sniffer"

run "$@"
