mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
11 lines
103 B
Plaintext
Executable File
11 lines
103 B
Plaintext
Executable File
#!/usr/bin/env beamsh -x
|
|
|
|
trace outer {
|
|
# stdio fails
|
|
stdio {
|
|
trace inner {
|
|
exec ls -l
|
|
}
|
|
}
|
|
}
|