0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/examples/ssl_hello_world/start.sh
2013-03-01 16:43:19 -06:00

3 lines
128 B
Bash
Executable file

#!/bin/sh
erl -pa ebin deps/*/ebin -s ssl_hello_world \
-eval "io:format(\"Point your browser at https://localhost:8443~n\")."