2003-09-25 21:58:02 +04:00
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
# varied.script: file(1) magic for various interpreter scripts
|
|
|
|
|
|
|
|
0 string #!\ / a
|
|
|
|
>3 string >\0 %s script text executable
|
2007-03-04 17:54:42 +03:00
|
|
|
0 string #!\t/ a
|
2003-09-25 21:58:02 +04:00
|
|
|
>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
|
|
|
|
|