minix/external/bsd/file/dist/magic/magdir/lua

22 lines
725 B
Text
Raw Normal View History

2012-05-02 13:23:57 +02:00
2012-03-31 20:24:03 +02:00
#------------------------------------------------------------------------------
2012-05-02 13:23:57 +02:00
# $File: lua,v 1.5 2009/09/19 16:28:10 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