start.sh 127 B

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