start.sh 137 B

123
  1. #!/bin/sh
  2. erl -pa ebin deps/*/ebin -s rest_stream_response \
  3. -eval "io:format(\"Streaming results: curl -i http://localhost:8080~n\")."