mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-21 14:13:37 +00: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
|
|
}
|