This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
0bf2109121
moby--moby
/
pkg
/
beam
/
examples
/
beamsh
/
scripts
/
helloworld.ds
9 lines
79 B
Text
Raw
Normal View
History
Unescape
Escape
beam/examples/beamsh: scripts can be passed as filenames Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-03-27 15:54:18 -07:00
#!/usr/bin/env beamsh
print {
trace {
beam/examples/beamsh: add a few example dockerscripts Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-03-28 15:53:03 -07:00
emit msg=hello
emit msg=world
beam/examples/beamsh: scripts can be passed as filenames Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-03-27 15:54:18 -07:00
}
}
Copy permalink