mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
5 lines
159 B
Bash
5 lines
159 B
Bash
![]() |
#!/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\")."
|
||
|
|