File: bootstrap-vz-server

package info (click to toggle)
bootstrap-vz 0.9.10%2B20170110git-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,208 kB
  • sloc: python: 8,400; sh: 744; makefile: 16
file content (5 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/usr/bin/env python

if __name__ == '__main__':
    from bootstrapvz.remote.server import main
    main()