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:
parent
4fb465a73e
commit
7112c19555
1 changed files with 16 additions and 0 deletions
16
pages/linux/lci.md
Normal file
16
pages/linux/lci.md
Normal 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`
|
Loading…
Add table
Reference in a new issue