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

4 lines
142 B
Bash
Raw Normal View History

2013-02-09 04:04:49 -06:00
#!/bin/sh
erl -pa ebin deps/*/ebin -s markdown_middleware \
-eval "io:format(\"Point your browser at http://localhost:8080/video.html~n\")."