From b8a25b156cb0eb9a99ba4d204cf973e197d7b563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 13 Jul 2012 10:15:22 +0200 Subject: Add an Hello World example --- examples/hello_world/start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 examples/hello_world/start.sh (limited to 'examples/hello_world/start.sh') diff --git a/examples/hello_world/start.sh b/examples/hello_world/start.sh new file mode 100755 index 0000000..b6d1b2d --- /dev/null +++ b/examples/hello_world/start.sh @@ -0,0 +1,3 @@ +#!/bin/sh +erl -pa ebin deps/*/ebin -s hello_world \ + -eval "io:format(\"Point your browser at http://localhost:8080~n\")." -- cgit v1.2.3