Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何执行这个 shell 脚本
command = SCRIPT_PATH.."/R.sh "..rfu_path..rfu_file_name.." &" io.popen(command)
没有返回值?
我想先执行这个 shell 脚本。在我调用这个脚本之后,它将运行后台并且我的 lua 代码移动到下一行。 可能吗?