lua
A powerful, light-weight embeddable programming language. More information: <https://www.lua.org>.
Install
- All systems
-
curl cmd.cat/lua.sh
- Alpine
-
apk add lua
- Arch Linux
-
pacman -S lua
- CentOS
-
yum install lua
- Fedora
-
dnf install lua
- OS X
-
brew install lua
- Dockerfile
- dockerfile.run/lua
- Docker
-
docker run cmd.cat/lua lua
powered by Commando
A powerful, light-weight embeddable programming language. More information: <https://www.lua.org>.
-
Start an interactive Lua shell:
lua
-
Execute a Lua script:
lua path/to/script.lua --optional-argument
-
Execute a Lua expression:
lua -e 'print("Hello World")'
© tl;dr; authors and contributors