how does one invoke a shell script (e.g. `./ls -al...
# scripting
a
how does one invoke a shell script (e.g.
./ls -al
) from a
kscript?
without going through the whole file api?
p