mirror of
https://github.com/docker/docs.git
synced 2026-04-03 17:59:01 +07:00
9 lines
79 B
Plaintext
Executable File
9 lines
79 B
Plaintext
Executable File
#!/usr/bin/env beamsh
|
|
|
|
print {
|
|
trace {
|
|
emit msg=hello
|
|
emit msg=world
|
|
}
|
|
}
|