aboutsummaryrefslogtreecommitdiff
path: root/third_party/websockify/run
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/websockify/run')
-rwxr-xr-xthird_party/websockify/run5
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()