lua-scripts
lua-scripts copied to clipboard
Handle special characters in windows system calls
lib/dtutils/system - added wrapper functions os_execute and io_popen for the lua functions os.execute and io.popen to ensure proper command sanitization for windows
Fixes #436