mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
*- file is now broken into a library containing and processing the magic and a consumer binary.
12 lines
396 B
Text
12 lines
396 B
Text
#------------------------------------------------------------------------------
|
|
# varied.script: file(1) magic for various interpreter scripts
|
|
|
|
0 string #!\ / a
|
|
>3 string >\0 %s script text executable
|
|
0 string #!\ / a
|
|
>3 string >\0 %s script text executable
|
|
0 string #!/ a
|
|
>2 string >\0 %s script text executable
|
|
0 string #!\ script text executable
|
|
>3 string >\0 for %s
|
|
|