File: procServ-launcher

package info (click to toggle)
procserv 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,356 kB
  • sloc: sh: 4,154; cpp: 1,715; ansic: 1,417; python: 870; makefile: 65
file content (4 lines) | stat: -rwxr-xr-x 83 bytes parent folder | download
1
2
3
4
#!/usr/bin/python3

from procServUtils.launch import getargs, main
main(getargs())