mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-19 05:03:46 +00:00
7 lines
65 B
Plaintext
Executable File
7 lines
65 B
Plaintext
Executable File
#!/usr/bin/env beamsh
|
|
|
|
stdio {
|
|
# exec fails
|
|
echo hello world
|
|
}
|