mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
13 lines
396 B
Text
13 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
|
||
|
|
|