28a8b56297
Merge base/vendor/file/dist@186675@186690, bringing FILE 4.26 to 8-CURRENT.
20 lines
670 B
Plaintext
20 lines
670 B
Plaintext
#------------------------------------------------------------------------------
|
|
# lua: file(1) magic for Lua scripting language
|
|
# URL: http://www.lua.org/
|
|
# From: Reuben Thomas <rrt@sc3d.org>, Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>
|
|
|
|
# Lua scripts
|
|
0 search/1/b #!\ /usr/bin/lua Lua script text executable
|
|
!:mime text/x-lua
|
|
0 search/1/b #!\ /usr/local/bin/lua Lua script text executable
|
|
!:mime text/x-lua
|
|
0 search/1 #!/usr/bin/env\ lua Lua script text executable
|
|
!:mime text/x-lua
|
|
0 search/1 #!\ /usr/bin/env\ lua Lua script text executable
|
|
!:mime text/x-lua
|
|
|
|
# Lua bytecode
|
|
0 string \033Lua Lua bytecode,
|
|
>4 byte 0x50 version 5.0
|
|
>4 byte 0x51 version 5.1
|