aboutsummaryrefslogtreecommitdiffstats
path: root/examples/eventsource/start.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-16 15:11:56 +0100
committerLoïc Hoguin <[email protected]>2013-02-16 15:11:56 +0100
commitd305527e8871bf41c6362930848d93e42d523b29 (patch)
treeb183ae379249e12ad3ff8681f6ec38c325934bba /examples/eventsource/start.sh
parent39af3010cbf0a2340e4424031f7397d52bf4b77d (diff)
parenta302fe500736f3aa0dc36771db3077eb0752eebb (diff)
downloadcowboy-d305527e8871bf41c6362930848d93e42d523b29.tar.gz
cowboy-d305527e8871bf41c6362930848d93e42d523b29.tar.bz2
cowboy-d305527e8871bf41c6362930848d93e42d523b29.zip
Merge branch 'eventsource_example' of git://github.com/acammack/cowboy
Diffstat (limited to 'examples/eventsource/start.sh')
-rwxr-xr-xexamples/eventsource/start.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/eventsource/start.sh b/examples/eventsource/start.sh
new file mode 100755
index 0000000..e97398f
--- /dev/null
+++ b/examples/eventsource/start.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+erl -pa ebin deps/*/ebin -s eventsource \
+ -eval "io:format(\"Point your browser at http://localhost:8080/~n\")."