File: gitlab

package info (click to toggle)
oxref 2.02.00-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: cpp: 1,282; makefile: 131; sh: 48
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
void gitlab()
{
    run("cp -r release.yo tmp/manhtml/*.html tmp/manual " "../../wip");
    run("cp changelog ../../wip/changelog.txt");
    exit(0);
}