aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_echo/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tcp_echo/start.sh')
-rwxr-xr-xexamples/tcp_echo/start.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/tcp_echo/start.sh b/examples/tcp_echo/start.sh
deleted file mode 100755
index 925cf36..0000000
--- a/examples/tcp_echo/start.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-erl -pa ebin deps/*/ebin -s tcp_echo \
- -eval "io:format(\"Run: telnet localhost 5555~n\")."