2012-05-02 13:23:57 +02:00
|
|
|
|
2012-03-31 20:24:03 +02:00
|
|
|
#------------------------------------------------------------------------------
|
2013-12-06 12:04:52 +01:00
|
|
|
# $File: lua,v 1.6 2013/01/09 16:23:17 christos Exp $
|
2012-03-31 20:24:03 +02:00
|
|
|
# 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
|
2012-05-02 13:23:57 +02:00
|
|
|
0 search/1/w #!\ /usr/bin/lua Lua script text executable
|
2012-03-31 20:24:03 +02:00
|
|
|
!:mime text/x-lua
|
2012-05-02 13:23:57 +02:00
|
|
|
0 search/1/w #!\ /usr/local/bin/lua Lua script text executable
|
2012-03-31 20:24:03 +02: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
|
2013-12-06 12:04:52 +01:00
|
|
|
>4 byte 0x52 version 5.2
|