This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
pkg
Watch
1
Star
0
Fork
You've already forked pkg
0
Code
Pull requests
Releases
Activity
c8a8176936
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 22:54:18 +00: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 22:53:03 +00: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 22:54:18 +00:00
}
}
Copy permalink