mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
10 lines
73 B
Plaintext
Executable File
10 lines
73 B
Plaintext
Executable File
#!/usr/bin/env beamsh
|
|
|
|
stdio {
|
|
trace {
|
|
stdio {
|
|
exec ls -l
|
|
}
|
|
}
|
|
}
|