From bfa353f8e75e06363bea565cc50f8de52090ae95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 7 Aug 2012 14:03:19 +0200 Subject: Add a TCP Echo protocol example --- examples/tcp_echo/start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 examples/tcp_echo/start.sh (limited to 'examples/tcp_echo/start.sh') diff --git a/examples/tcp_echo/start.sh b/examples/tcp_echo/start.sh new file mode 100755 index 0000000..925cf36 --- /dev/null +++ b/examples/tcp_echo/start.sh @@ -0,0 +1,3 @@ +#!/bin/sh +erl -pa ebin deps/*/ebin -s tcp_echo \ + -eval "io:format(\"Run: telnet localhost 5555~n\")." -- cgit v1.2.3