2012-07-14 20:24:47 +02:00
|
|
|
#!/bin/sh
|
|
|
|
erl -pa ebin deps/*/ebin -s static \
|
2013-01-22 17:19:39 +01:00
|
|
|
-eval "io:format(\"Point your browser at http://localhost:8080/test.txt~n\")." \
|
|
|
|
-eval "io:format(\"Point your browser at http://localhost:8080/video.html~n\")."
|