#!/bin/sh

BYTEMAN_HOME=/usr/share/byteman
JAVA_HOME=/usr/lib64/jvm/java

$BYTEMAN_HOME/bin/bmjava.sh "$@"
