Tzafrir Cohen wrote:
On Tue, Jan 17, 2006 at 03:48:44PM +0100, Kib Eki wrote:
If I use a rawplayer like this:
#!/bin/sh
while(true) do
for name in $@; do
cat $name ;
done
done

BTW: 'while(true)' is is csh syntax that accidentally works in sh. In sh
it spawns a subshell for the true.

BTW:[2] can you think of a way to use the (bash-specific) $RANDOM to
play a random file of [EMAIL PROTECTED]

Sorry, but i am not that much shell expert. I stole the script from OrderlyQ

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to