beam/examples/beamsh: add a few example dockerscripts

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
Upstream-commit: 207e604bad1bf5d69c139cb17568cfc473a391ba
Component: engine
This commit is contained in:
Solomon Hykes
2014-04-22 15:50:21 -07:00
parent dd65dea1c6
commit 1695eb64ac
3 changed files with 20 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env beamsh
devnull {
multiprint {
exec tail -f /var/log/system.log &
exec ls -l
exec ls ksdhfkjdshf jksdfhkjsdhf
}
}
@@ -2,7 +2,7 @@
print {
trace {
emit hello
emit world
emit msg=hello
emit msg=world
}
}
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env beamsh
trace {
log {
exec ls -l
exec ls /tmp/jhsdfkjhsdjkfhsdjkfhsdjkkhsdjkf
echo hello world
}
}