aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ssl_hello_world/start.sh
blob: c8c79696e49e1c80ae4feb16e478f65836c42ced (plain) (blame)
1
2
3
#!/bin/sh
erl -pa ebin deps/*/ebin -s ssl_hello_world \
	-eval "io:format(\"Point your browser at https://localhost:8443~n\")."