1#------------------------------------------------------------------------------
2# varied.script:  file(1) magic for various interpreter scripts
3
40	string		#!\ /			a
5>3	string		>\0			%s script text executable
60	string		#!\t/			a
7>3	string		>\0			%s script text executable
80	string		#!/			a
9>2	string		>\0			%s script text executable
100	string		#!\ 			script text executable
11>3	string		>\0			for %s
12
13# From: arno <arenevier@fdn.fr>
14# mozilla xpconnect typelib
15# see http://www.mozilla.org/scriptable/typelib_file.html
160	string 		XPCOM\nTypeLib\r\n\032		XPConnect Typelib
17>0x10  byte        x       version %d
18>>0x11 byte        x      \b.%d
19