mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-22 06:34:09 +00: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
|
|
}
|
|
}
|
|
}
|