diff options
Diffstat (limited to 'examples/static_world/start.sh')
-rwxr-xr-x | examples/static_world/start.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/static_world/start.sh b/examples/static_world/start.sh deleted file mode 100755 index 995f913..0000000 --- a/examples/static_world/start.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -erl -pa ebin deps/*/ebin -s static_world \ - -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\")." |