How to repeat playing mp3 with mpg123
    Wojciech Puchar 
    wojtek at wojtek.tensor.gdynia.pl
       
    Mon Mar  2 08:20:56 PST 2009
    
    
  
> I tried bash like this
>  for((;;))
>  do
>           mpg123 [mp3] &
> done
> but it keeps running new mpg123 in background .
while true;do mpg123 filename;done
    
    
More information about the freebsd-questions
mailing list