Detect-It-Easy/db/MSDOS/_LX.0.sg
2026-05-25 21:03:46 +03:00

12 lines
No EOL
210 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("type", "LX");
function detect() {
if (MSDOS.isLX()) {
bDetected = true;
}
return result();
}