aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websocket/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websocket/start.sh')
-rwxr-xr-xexamples/websocket/start.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/websocket/start.sh b/examples/websocket/start.sh
new file mode 100755
index 0000000..d2ad16a
--- /dev/null
+++ b/examples/websocket/start.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+erl -pa ebin deps/*/ebin -s websocket \
+ -eval "io:format(\"Point your browser at http://localhost:8080/ to use a simple websocket client~n\")."
+