mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-17 20:23:49 +00: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
|
|
}
|
|
}
|
|
}
|