lci: add page (#9033)

pull/1/head
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
1 changed files with 16 additions and 0 deletions

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`