This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Traverse through all files with fileTypes defined in `allowedFileTypes` in resources/, and prints & exports all files | |
--that have an strmem physical of over `showFilesAbovePhys` to resources/strmeme.txt" | |
--(Windows only) | |
--Usage: /checkstrmeme | |
local allowedFileTypes = { | |
".ytd", | |
".ydr", | |
} |