File: fs-uae-netplay-server

package info (click to toggle)
fs-uae 2.8.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 81,392 kB
  • sloc: cpp: 263,062; python: 122,751; ansic: 112,803; sh: 7,747; makefile: 2,095; asm: 275; xml: 10
file content (4 lines) | stat: -rwxr-xr-x 89 bytes parent folder | download | duplicates (6)
1
2
3
4
#!/usr/bin/env python

from fs_uae_netplay_server.service import run_server
run_server()