I entered this into my Lua script<div><div><br></div><div>local f = io.popen(&quot;pwd&quot;) -- runs command</div><div>local o = f:read(&quot;*a&quot;) -- read output of command</div></div><div><br></div><div>and executed the script from fs_cli. This only caused the fs_cli to become unresponsive.</div>
<div><br></div><div>Is there something I am doing wrong?</div><div><br></div><div>Thanks</div><div>JP</div>