#!/bin/sh
if [ -f /usr/bin/reset_dsp ] ; then
	/usr/bin/reset_dsp
fi

if [ -f /usr/bin/studio ] ; then
	/usr/bin/studio || exec SoundStudio
fi
