Files
cheatsheet-tldr/tldr/linux/lci
2025-11-29 00:20:05 +00:00

22 lines
325 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# lci
> LOLCODE interpreter written in C.
> More information: <https://github.com/justinmeza/lci>.
- Run a LOLCODE file:
`lci {{path/to/file}}`
- Display help:
`lci {{[-h|--help]}}`
- Display version:
`lci {{[-v|--version]}}`