This commit is contained in:
kris 2022-07-22 14:29:31 +01:00
parent b243e7afb4
commit 893e872da4
1 changed files with 4 additions and 0 deletions

View File

@ -1,9 +1,13 @@
#!/usr/bin/env python3
#
# Simple server to stream an .a2s file for playback from Apple II
import socketserver
import sys
PORT = 1977
def main(argv):
serve_file = argv[1]