runs in docker now

This commit is contained in:
2019-08-06 18:50:20 +00:00
parent dfdd42f006
commit 2fa0db0e2b
5 changed files with 39 additions and 0 deletions

12
bin/strpcd Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env python3
#234567891123456789212345678931234567894123456789512345678961234567897123456789
# encoding: utf-8
from strpc import STRpcRunnerService
def main():
s = STRpcRunnerService()
s.start()
if __name__ == "__main__":
main()