[MEncoder-users] DVD >> MKV with mencoder script.
faxmodem at free.fr
faxmodem at free.fr
Thu Jun 2 16:58:23 CEST 2005
On Thu, Jun 02, 2005 at 03:14:21PM +0200, faxmodem at free.fr wrote:
> On Thu, Jun 02, 2005 at 12:51:18PM +0200, Federico 'Pain' Pistono wrote:
> > #!/bin/bash
> > if test "$1" = "" -o "$2" = "" -o "$3" = "" -o "$4" = "" ; then
> > cat << EOF
>
> lol
sorry that wasn't very constructive :o)
you probably want:
8><-------------------------------------------------
Usage()
{
echo "Usage: $0 blah blah"
exit 1
}
if [ $# -ne 4 ]; then
Usage
fi
-------------------------------------------------><8
More information about the MEncoder-users
mailing list