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