6 lines
45 B
Text
6 lines
45 B
Text
|
#!/usr/bin/env beamsh
|
||
|
|
||
|
trace {
|
||
|
exec ls -l
|
||
|
}
|