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, 0 insertions, 4 deletions
diff --git a/examples/websocket/start.sh b/examples/websocket/start.sh
deleted file mode 100755
index d2ad16a..0000000
--- a/examples/websocket/start.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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\")."
-