lua Command Examples

A powerful, light-weight embeddable programming language. More information: https://www.lua.org.

lua

lua {{path/to/script.lua}} {{--optional-argument}}

lua -e '{{print("Hello World")}}'