7 lines
61 B
Text
Executable file
7 lines
61 B
Text
Executable file
#!/usr/bin/env beamsh
|
|
|
|
trace {
|
|
stdio {
|
|
exec ls -l
|
|
}
|
|
}
|