#!/bin/sh

export BYTEMAN_HOME=/usr/share/byteman
export JAVA_HOME=/usr/lib/jvm/java

$BYTEMAN_HOME/bin/bmsubmit $*
