f534839c8b
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
8 lines
79 B
Text
Executable file
8 lines
79 B
Text
Executable file
#!/usr/bin/env beamsh
|
|
|
|
print {
|
|
trace {
|
|
emit msg=hello
|
|
emit msg=world
|
|
}
|
|
}
|