File: gitlab

package info (click to toggle)
xd 5.00.03-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 708 kB
  • sloc: cpp: 1,852; fortran: 161; makefile: 107; sh: 36; ansic: 30
file content (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
void gitlab()
{
    run("cp -r release.yo tmp/manhtml/xdman.html ../../wip");
    run("cp changelog ../../wip/changelog.txt");
    exit(0);
}