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