// -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. #pragma once #include #include #include int execute(const std::string& command, const std::vector& args, const std::map& env, bool verbose = true, bool terminate = false);