start.sh 129 B

123
  1. #!/bin/sh
  2. erl -pa ebin deps/*/ebin -s compress_response \
  3. -eval "io:format(\"Point your browser at http://localhost:8080~n\")."