pkg/beam/examples/beamsh/scripts/helloworld.ds
Solomon Hykes 992a3f9c96 beam/examples/beamsh: move example scripts to scripts/
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-04-22 15:50:22 -07:00

8 lines
79 B
Text
Executable file

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