diff options
Diffstat (limited to 'third_party/websockify/run')
-rwxr-xr-x | third_party/websockify/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/websockify/run b/third_party/websockify/run new file mode 100755 index 00000000..54db9b8d --- /dev/null +++ b/third_party/websockify/run @@ -0,0 +1,5 @@ +#!/usr/bin/python + +import websockify + +websockify.websocketproxy.websockify_init() |