logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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