runs in docker now
This commit is contained in:
12
bin/strpcd
Executable file
12
bin/strpcd
Executable 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()
|
||||
Reference in New Issue
Block a user