#!/bin/sh

if test -z "$*" ; then
	../server/bayonne --test soundcard test.scr
else
	../server/bayonne --test soundcard $*
fi

	
