2011-10-06 02:01:12 -04:00
|
|
|
|
2009-01-01 21:57:16 -05:00
|
|
|
#------------------------------------------------------------------------------
|
2019-11-09 22:44:32 -05:00
|
|
|
# $File: lua,v 1.7 2019/04/19 00:42:27 christos Exp $
|
2009-01-01 21:57:16 -05:00
|
|
|
# lua: file(1) magic for Lua scripting language
|
2019-11-09 22:44:32 -05:00
|
|
|
# URL: https://www.lua.org/
|
2009-01-01 21:57:16 -05:00
|
|
|
# From: Reuben Thomas <rrt@sc3d.org>, Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>
|
|
|
|
|
|
|
|
|
|
# Lua scripts
|
2011-10-06 02:01:12 -04:00
|
|
|
0 search/1/w #!\ /usr/bin/lua Lua script text executable
|
2009-01-01 21:57:16 -05:00
|
|
|
!:mime text/x-lua
|
2011-10-06 02:01:12 -04:00
|
|
|
0 search/1/w #!\ /usr/local/bin/lua Lua script text executable
|
2009-01-01 21:57:16 -05:00
|
|
|
!: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
|
2014-06-24 17:24:48 -04:00
|
|
|
>4 byte 0x52 version 5.2
|