From 09f1a8d55bdd16e32de81d953ed281338db0cf89 Mon Sep 17 00:00:00 2001 From: Adam Cammack Date: Sat, 9 Feb 2013 04:04:49 -0600 Subject: Add an example with custom middleware --- examples/markdown_middleware/start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 examples/markdown_middleware/start.sh (limited to 'examples/markdown_middleware/start.sh') diff --git a/examples/markdown_middleware/start.sh b/examples/markdown_middleware/start.sh new file mode 100755 index 0000000..6b8549f --- /dev/null +++ b/examples/markdown_middleware/start.sh @@ -0,0 +1,3 @@ +#!/bin/sh +erl -pa ebin deps/*/ebin -s markdown_middleware \ + -eval "io:format(\"Point your browser at http://localhost:8080/video.html~n\")." -- cgit v1.2.3