beam/examples/beamsh: move example scripts to scripts/
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
This commit is contained in:
parent
cd911b83ce
commit
992a3f9c96
12 changed files with 0 additions and 0 deletions
8
beam/examples/beamsh/scripts/helloworld.ds
Executable file
8
beam/examples/beamsh/scripts/helloworld.ds
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env beamsh
|
||||
|
||||
print {
|
||||
trace {
|
||||
emit msg=hello
|
||||
emit msg=world
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue