NAME

checkecd.pl - performs syntax checking of .ecd files

SYNOPSIS

checkecd.pl [OPTION]... [FILE]...
checkecd.pl [OPTION]... < STDIN > STDOUT

It returns meaningful exit codes so you can do things like:

checkecd.pl FILE && echo "kosher";

DESCRIPTION

This checks the syntax of .ecd files for validity.

OPTIONS

None, yet.

DIAGNOSTICS

error messages

REQUIRES

Embedix::ECD

SEE ALSO

Embedix::ECD(3pm)

AUTHOR

John BEPPU <beppu@lineo.com>