#!/bin/sh
[ -r conf ] && . ./conf
exec fluidsynth -is -a $AUDIO_DRIVER $OTHER_OPTS $SOUND_FONT 2>&1
