diff options
author | Loïc Hoguin <[email protected]> | 2012-12-20 14:40:22 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-12-20 14:40:22 +0100 |
commit | a07d063fd8fc8a1cfadcb35cc89e190695773fe8 (patch) | |
tree | b1f9c4540b8ecdc43538945f6371177b48d3b1b5 /examples/cookie/start.sh | |
parent | 659ca05c546ed8b537fe0d36cf5520ad0bc62a0f (diff) | |
download | cowboy-a07d063fd8fc8a1cfadcb35cc89e190695773fe8.tar.gz cowboy-a07d063fd8fc8a1cfadcb35cc89e190695773fe8.tar.bz2 cowboy-a07d063fd8fc8a1cfadcb35cc89e190695773fe8.zip |
Add cookie example
Diffstat (limited to 'examples/cookie/start.sh')
-rwxr-xr-x | examples/cookie/start.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/cookie/start.sh b/examples/cookie/start.sh new file mode 100755 index 0000000..7b1d728 --- /dev/null +++ b/examples/cookie/start.sh @@ -0,0 +1,3 @@ +#!/bin/sh +erl -pa ebin deps/*/ebin -s cookie \ + -eval "io:format(\"Point your browser at http://localhost:8080~n\")." |