opnsense-src/contrib/file/magic/Magdir/varied.script
Xin LI acdad1f1cb MFC: MFV: file 5.45.
(cherry picked from commit 898496ee09ed2b7d25f6807edc4515628196ec0a)

Disable byteswap.h for now.

(cherry picked from commit 90474518912f5e5f49bc5325b7f88e94eba64d6a)
2023-09-14 15:01:08 -07:00

21 lines
580 B
Text

#------------------------------------------------------------------------------
# $File: varied.script,v 1.15 2022/10/18 13:01:30 christos Exp $
# varied.script: file(1) magic for various interpreter scripts
0 string/wt #!\ a
>&-1 string/T x %s script text executable
!:strength / 3
0 string/wb #!\ a
>&-1 string/T x %s script executable (binary data)
!:strength / 3
# using env
0 string/wt #!\ /usr/bin/env a
>15 string/T >\0 %s script text executable
!:strength / 6
0 string/wb #!\ /usr/bin/env a
>15 string/T >\0 %s script executable (binary data)
!:strength / 6