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