testing version of LuaBIOS and OpenOS
people were having issues getting them to work so now we promote consistency
This commit is contained in:
12
data/OpenOS/usr/man/lua
Normal file
12
data/OpenOS/usr/man/lua
Normal file
@@ -0,0 +1,12 @@
|
||||
NAME
|
||||
lua - a simple Lua interpreter
|
||||
|
||||
SYNOPSIS
|
||||
lua
|
||||
|
||||
DESCRIPTION
|
||||
Launches a command line that can be used to evaluate Lua statements and expressions. This can be very useful for testing out commands. Note that the interpreter will automatically try to resolve undefined globals using `require`, i.e. it will try to load a package with the specified name.
|
||||
|
||||
EXAMPLES
|
||||
lua
|
||||
Launches the Lua interpreter.
|
||||
Reference in New Issue
Block a user