NAME
Beam::Runner::ExecCommand - Run an external command
VERSION
version 0.016
SYNOPSIS
beam run <container> <service>
DESCRIPTION
This runnable module runs an external command using "system" in perlfunc.
ATTRIBUTES
command
The command to run. If a string, will execute the command in a subshell. If an arrayref, will execute the command directly without a subshell.
SEE ALSO
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.