void gitlab()
{
    run("cp -r release.yo tmp/manhtml/*.1.html ../../wip");
    run("cp changelog ../../wip/changelog.txt");
    exit(0);
}
