#!/bin/sh

PREFIX=/usr/

trap "" SIGINT

java -cp ${PREFIX}lib/soundMan SoundMan $@
