1 2 3 4 5 6
#include "fetch_pwd.hh" #include "vars.hh" void fetch_pwd(Pkg pkg) { std::filesystem::copy(std::filesystem::current_path(), pkg.src); }