// -*- c++ -*- #pragma once #include #include int execute(const std::string& command, const std::vector& args, bool verbose = true);