pkg/beam/examples/beamsh/helloworld.ds
Solomon Hykes f534839c8b beam/examples/beamsh: add a few example dockerscripts
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-04-22 15:50:21 -07:00

8 lines
79 B
Text
Executable file

#!/usr/bin/env beamsh
print {
trace {
emit msg=hello
emit msg=world
}
}