aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_hello_world/start.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-08 12:22:30 +0200
committerLoïc Hoguin <[email protected]>2013-09-08 12:22:30 +0200
commit81843414b00f3d1829db5f105206396985f1196c (patch)
treeeb4fe671fc005288b11a4d2c5f33ee0f287ef2ad /examples/rest_hello_world/start.sh
parent49acfce8b9d0af8cc87b9be7ba91ffde307596da (diff)
downloadcowboy-81843414b00f3d1829db5f105206396985f1196c.tar.gz
cowboy-81843414b00f3d1829db5f105206396985f1196c.tar.bz2
cowboy-81843414b00f3d1829db5f105206396985f1196c.zip
Convert the REST hello world example to a release
Diffstat (limited to 'examples/rest_hello_world/start.sh')
-rwxr-xr-xexamples/rest_hello_world/start.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/rest_hello_world/start.sh b/examples/rest_hello_world/start.sh
deleted file mode 100755
index 0533474..0000000
--- a/examples/rest_hello_world/start.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-erl -pa ebin deps/*/ebin -s rest_hello_world \
- -eval "io:format(\"Get HTML: curl -i http://localhost:8080~n\")." \
- -eval "io:format(\"Get JSON: curl -i -H \\\"Accept: application/json\\\" http://localhost:8080~n\")." \
- -eval "io:format(\"Get text: curl -i -H \\\"Accept: text/plain\\\" http://localhost:8080~n\")." \
- -eval "io:format(\"Get a 406: curl -i -H \\\"Accept: text/css\\\" http://localhost:8080~n\")."