start.sh 128 B

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