logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::Roary::JobRunner::Local - Execute a set of commands locally

Author

       Andrew J. Page <ap13@sanger.ac.uk>

Name

       Bio::Roary::JobRunner::Local - Execute a set of commands locally

Synopsis

        Execute a set of commands locally
          use Bio::Roary::JobRunner::Local;

          my $obj = Bio::Roary::JobRunner::Local->new(
            commands_to_run   => ['ls', 'echo "abc"'],
          );
          $obj->run();

Version

       version 3.13.0

See Also