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

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`