start.sh 103 B

123
  1. #!/bin/sh
  2. erl -pa ebin deps/*/ebin -s tcp_echo \
  3. -eval "io:format(\"Run: telnet localhost 5555~n\")."