7 lines
65 B
Text
7 lines
65 B
Text
|
#!/usr/bin/env beamsh
|
||
|
|
||
|
stdio {
|
||
|
# exec fails
|
||
|
echo hello world
|
||
|
}
|