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

MAIN_CLASS=proguard.ProGuard

set_classpath "proguard"

run "$@"

