xref: /openbsd/usr.bin/file/magdir/varied.script (revision 17df1aa7)
1#	$OpenBSD: varied.script,v 1.3 2009/04/24 18:54:34 chl Exp $
2
3#------------------------------------------------------------------------------
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