0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00

Rename example 'static' to 'static_world' to avoid confusion

This commit is contained in:
Loïc Hoguin 2013-01-30 22:13:31 +01:00
parent eaaa81cce6
commit f96e20aef7
12 changed files with 13 additions and 13 deletions

4
examples/static_world/start.sh Executable file
View file

@ -0,0 +1,4 @@
#!/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\")."