CBAIS::Actions::Cmd - execute an arbitrary command during CBAIS install
$cmd = new CBAIS::Actions::Cmd(CMD => 'cmd_name', WHEN => 'end', ARGS => ['-l', '-m', 'val'], );
if ($cmd->execute())
{
print ``executed '', $cmd->toString(), ``\n'';
}
The CBAIS::Actions::Cmd implements a CBAIS Action class which excutes a command (shell, script, ..) during a host install.