beam/examples/beamsh: miniserver.ds demo

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
This commit is contained in:
Solomon Hykes 2014-03-28 17:06:34 -07:00
parent 626ef1644c
commit 5f8c6df2a0
1 changed files with 9 additions and 0 deletions

9
examples/beamsh/miniserver.ds Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env beamsh
multiprint {
trace {
listen tcp://localhost:7676 &
listen tcp://localhost:8787 &
}
}