1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/lci.md

17 lines
204 B
Markdown
Raw Normal View History

2022-10-19 21:49:00 +02:00
# lci
> LOLCODE interpreter written in C.
> More information: <https://github.com/justinmeza/lci>.
- Run a LOLCODE file:
`lci {{path/to/file}}`
- Display version:
`lci -v`
- Display help:
`lci -h`