diff options
author | Loïc Hoguin <[email protected]> | 2013-09-08 11:48:48 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-09-08 11:48:48 +0200 |
commit | 49acfce8b9d0af8cc87b9be7ba91ffde307596da (patch) | |
tree | c7727f3f520b3d66401951004d9d4eac575f5380 /examples/eventsource/start.sh | |
parent | 6b7b0efd24149d81df47b3241a989a6777bb486b (diff) | |
download | cowboy-49acfce8b9d0af8cc87b9be7ba91ffde307596da.tar.gz cowboy-49acfce8b9d0af8cc87b9be7ba91ffde307596da.tar.bz2 cowboy-49acfce8b9d0af8cc87b9be7ba91ffde307596da.zip |
Convert the EventSource example to a release
Diffstat (limited to 'examples/eventsource/start.sh')
-rwxr-xr-x | examples/eventsource/start.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/eventsource/start.sh b/examples/eventsource/start.sh deleted file mode 100755 index e97398f..0000000 --- a/examples/eventsource/start.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -erl -pa ebin deps/*/ebin -s eventsource \ - -eval "io:format(\"Point your browser at http://localhost:8080/~n\")." |