[LAU] another scripting question
Ken Restivo
ken at restivo.org
Mon Feb 18 13:28:06 EST 2008
Simplest way I've found:
if killall -0 jackd ; then
echo "doh, $JACKALREADY is already running"
exit 1
fi
More information about the Linux-audio-user
mailing list