#!/bin/ksh

if [ "$MP3PLAY_DIR" = "" ]; then
	echo "Error - Envirnoment not set correctly."
else
	xrdb -merge $MP3PLAY_DIR/MP3Play >/dev/null 2>&1
	wish -file $MP3PLAY_DIR/mp3play.tcl -name MP3Play "$@" &
fi
