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