pkg/beam/examples/beamsh/bug3.ds

11 lines
103 B
Text
Raw Normal View History

#!/usr/bin/env beamsh -x
trace outer {
# stdio fails
stdio {
trace inner {
exec ls -l
}
}
}