8 lines
58 B
Text
8 lines
58 B
Text
|
#!/usr/bin/env beamsh
|
||
|
|
||
|
stdio {
|
||
|
trace {
|
||
|
echo hello
|
||
|
}
|
||
|
}
|