aboutsummaryrefslogtreecommitdiffstats
path: root/examples/static_world/start.sh
blob: 995f913d067608d314d6e3e57e5d6d386dab091f (plain) (blame)
1
2
3
4
#!/bin/sh
erl -pa ebin deps/*/ebin -s static_world \
	-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\")."