1
2#------------------------------------------------------------------------------
3# $File: varied.script,v 1.6 2009/09/19 16:28:13 christos Exp $
4# varied.script:  file(1) magic for various interpreter scripts
5
60	string		#!\ /			a
7>3	string		>\0			%s script text executable
80	string		#!\t/			a
9>3	string		>\0			%s script text executable
100	string		#!/			a
11>2	string		>\0			%s script text executable
120	string		#!\ 			script text executable
13>3	string		>\0			for %s
14
15# From: arno <arenevier@fdn.fr>
16# mozilla xpconnect typelib
17# see http://www.mozilla.org/scriptable/typelib_file.html
180	string 		XPCOM\nTypeLib\r\n\032		XPConnect Typelib
19>0x10  byte        x       version %d
20>>0x11 byte        x      \b.%d
21