I tried bash like this
 for((;;))
 do
          mpg123 [mp3] &
done
but it keeps running new mpg123 in background .

while true;do mpg123 filename;done
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to