[GRLUG] Bash Scripting

Benjamin Flanders flanderb at gmail.com
Sat Nov 17 13:37:43 EST 2007


Thanks Jeff

On Nov 17, 2007 12:32 PM, Jeff DeFouw <jeffd at i2k.com> wrote:
> On Sat, Nov 17, 2007 at 12:17:05PM -0500, Benjamin Flanders wrote:
> > exec ffmpeg -i ${1} -pass 1 ${cmd} ${2}
>
> You shouldn't be using exec.  exec means replace the shell with the
> command line.  Then there is no more script running (if successful).
> Remove the exec's.
>
> --
> Jeff DeFouw <jeffd at i2k.com>
> _______________________________________________
> grlug mailing list
> grlug at grlug.org
> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug
>



-- 
Share and Enjoy
Ben


More information about the grlug mailing list