Hello, I have a bash script that I'm calling as a VCR_CMD, like so: VCR_CMD = '/home/freevo/commands/recorder "%(filename)s" "dvb://%(channel)s"'
My bash script says: # some stuff ... /usr/bin/mplayer -dumpstream -dumpfile "$FN" "$CHAN" # and some other stuff When recording ends, I expect my bash script to get killed. - Which it does. However, mplayer keeps on running. I figured it would get killed when the script died. How can I fix this? I'm not the world's best bash programmer by any stretch. Thanks, Simon -- "Pokey are you drunk on love?" "Yes. Also whiskey. But mostly love... And whiskey!" ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
