From 6ea32d605d45971b54a20b181600a94ff1e0592d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 22 Jul 2012 04:28:05 +0200 Subject: Add a Chunked Hello World example --- examples/chunked_hello_world/start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 examples/chunked_hello_world/start.sh (limited to 'examples/chunked_hello_world/start.sh') diff --git a/examples/chunked_hello_world/start.sh b/examples/chunked_hello_world/start.sh new file mode 100755 index 0000000..0f157ad --- /dev/null +++ b/examples/chunked_hello_world/start.sh @@ -0,0 +1,3 @@ +#!/bin/sh +erl -pa ebin deps/*/ebin -s chunked_hello_world \ + -eval "io:format(\"Run: curl -i http://localhost:8080~n\")." -- cgit v1.2.3