forgot to commit openos

This commit is contained in:
2026-04-01 11:04:22 +02:00
parent 9291d81d41
commit b0afd0529e
179 changed files with 13952 additions and 0 deletions

12
data/openos/usr/man/lua Normal file
View 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.