start.sh 217 B

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