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