diff options
Diffstat (limited to 'examples/chunked_hello_world/start.sh')
-rwxr-xr-x | examples/chunked_hello_world/start.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/chunked_hello_world/start.sh b/examples/chunked_hello_world/start.sh deleted file mode 100755 index 0f157ad..0000000 --- a/examples/chunked_hello_world/start.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -erl -pa ebin deps/*/ebin -s chunked_hello_world \ - -eval "io:format(\"Run: curl -i http://localhost:8080~n\")." |