start.sh 159 B

1234
  1. #!/bin/sh
  2. erl -pa ebin deps/*/ebin -s websocket \
  3. -eval "io:format(\"Point your browser at http://localhost:8080/ to use a simple websocket client~n\")."