0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00
cowboy/examples/websocket/start.sh

5 lines
159 B
Bash
Raw Normal View History

2013-01-23 15:05:35 +01:00
#!/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\")."