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