file_ex/magic/Magdir/varied.script

22 lines
580 B
Text
Raw Normal View History

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