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