[LAU] another scripting question

Emanuel Rumpf xbran at web.de
Mon Feb 18 12:29:44 EST 2008


2008/2/18, Dave Phillips <dlphillips at woh.rr.com>:
> So how do I test for JACK in a simple bash shell script ?

if [ "`ps -e | grep jackd`" ] ; then echo 1; fi



More information about the Linux-audio-user mailing list