
FleetConf::Agent::Parser::Stmt::ECHO - ECHO command

NAME Some-Agent MNEMONIC foo WORKFLOW Null ECHO Say something!

During the run phase, this simply prints some output to STDOUT. This probably isn't useful very often. The LOG command provides a lot more control for debugging (see FleetConf::Agent::Parser::Stmt::LOG).
The BNF for this command is:
agent_command +::= echo_command echo_command ::= "ECHO" bare_string EOL

Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
FleetConf is distributed and licensed under the same terms as Perl itself.