0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 04:30:25 +00:00
cowboy/examples/echo_get/start.sh

4 lines
131 B
Bash
Raw Normal View History

2012-07-21 21:46:21 +02:00
#!/bin/sh
erl -pa ebin deps/*/ebin -s echo_get \
-eval "io:format(\"Point your browser at http://localhost:8080/?echo=test~n\")."