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