1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:55:25 +02:00

lci: add page (#9033)

This commit is contained in:
nath1as 2022-10-19 21:49:00 +02:00 committed by GitHub
parent 4fb465a73e
commit 7112c19555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/linux/lci.md Normal file
View file

@ -0,0 +1,16 @@
# 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`