18 lines
785 B
Plaintext
18 lines
785 B
Plaintext
--- magic/Magdir/msdos
|
|
+++ magic/Magdir/msdos 2007-04-16 14:54:43.942155748 +0200
|
|
@@ -14,8 +14,12 @@
|
|
|
|
# OS/2 batch files are REXX. the second regex is a bit generic, oh well
|
|
# the matched commands seem to be common in REXX and uncommon elsewhere
|
|
-100 regex/c =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
|
|
-100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
|
|
+#100 regex/c =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
|
|
+#100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
|
|
+100 search/0x200 rxfuncadd
|
|
+>100 regex/c =^\\s{0,255}call\\s{1,99}rxfuncadd OS/2 REXX batch file text
|
|
+100 search/0x200 say
|
|
+>100 regex/c =^\\s{0,255}say\ ['"] OS/2 REXX batch file text
|
|
|
|
0 leshort 0x14c MS Windows COFF Intel 80386 object file
|
|
#>4 ledate x stamp %s
|