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