mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-17 20:23:49 +00:00
8 lines
61 B
Plaintext
Executable File
8 lines
61 B
Plaintext
Executable File
#!/usr/bin/env beamsh
|
|
|
|
trace {
|
|
stdio {
|
|
exec ls -l
|
|
}
|
|
}
|