This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
docs
mirror of
https://github.com/docker/docs.git
Watch
1
Star
0
Fork
You've already forked docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
05c3325a02
docs
/
pkg
/
beam
/
examples
/
beamsh
/
scripts
/
helloworld.ds
9 lines
79 B
Plaintext
Executable File
Raw
Blame
History
#!/usr/bin/env beamsh
print {
trace {
emit msg=hello
emit msg=world
}
}
Reference in New Issue
View Git Blame
Copy Permalink