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:
Solomon Hykes 2014-04-01 15:49:29 -07:00
parent cd911b83ce
commit 992a3f9c96
12 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env beamsh -x
trace outer {
# stdio fails
stdio {
trace inner {
exec ls -l
}
}
}