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:
parent
9c5fdb249f
commit
e92f305c1c
1 changed files with 9 additions and 0 deletions
9
beam/examples/beamsh/miniserver.ds
Executable file
9
beam/examples/beamsh/miniserver.ds
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/env beamsh
|
||||||
|
|
||||||
|
multiprint {
|
||||||
|
trace {
|
||||||
|
listen tcp://localhost:7676 &
|
||||||
|
listen tcp://localhost:8787 &
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue