aboutsummaryrefslogblamecommitdiffstats
path: root/examples/websocket/start.sh
blob: d2ad16a1940914d559261d239c9b611df46ffd0c (plain) (tree)
1
2
3
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\")."