7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
|
run = (cmd) ->
|
||
|
with io.popen cmd, "r"
|
||
|
print \read "*a"
|
||
|
\close!
|
||
|
|
||
|
run "./test.sh"
|