aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_stream_response/start.sh
blob: f5efcb0f596e955d12519ab998dc337a1e502d78 (plain) (blame)
1
2
3
#!/bin/sh
erl -pa ebin deps/*/ebin -s rest_stream_response \
	-eval "io:format(\"Streaming results: curl -i http://localhost:8080~n\")."