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