1#------------------------------------------------------------------------------
2# $File: varied.script,v 1.9 2011/12/16 16:32:48 rrt Exp $
3# varied.script:  file(1) magic for various interpreter scripts
4
50	string/t		#!\ /			a
6>3	string		>\0			%s script text executable
7!:strength / 2
80	string/t		#!\t/			a
9>3	string		>\0			%s script text executable
10!:strength / 2
110	string/t		#!/			a
12>2	string		>\0			%s script text executable
13!:strength / 2
140	string/t		#!\ 			script text executable
15>3	string		>\0			for %s
16!:strength / 3
17
18# using env
190	string/t	#!/usr/bin/env		a
20>15	string/t	>\0			%s script text executable
21!:strength / 10
220	string/t	#!\ /usr/bin/env	a
23>16	string/t	>\0			%s script text executable
24!:strength / 10
25
26# From: arno <arenevier@fdn.fr>
27# mozilla xpconnect typelib
28# see http://www.mozilla.org/scriptable/typelib_file.html
290	string 		XPCOM\nTypeLib\r\n\032		XPConnect Typelib
30>0x10  byte        x       version %d
31>>0x11 byte        x      \b.%d
32