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