lua-ln/.within/test.moon

7 lines
90 B
Plaintext

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