mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 20:51:06 +00:00
Update cheatsheets
This commit is contained in:
21
linux/lci
Normal file
21
linux/lci
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lci
|
||||
|
||||
> LOLCODE interpreter written in C.
|
||||
> More information: <https://github.com/justinmeza/lci>.
|
||||
|
||||
- Run a LOLCODE file:
|
||||
|
||||
`lci {{path/to/file}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`lci -h`
|
||||
|
||||
- Display version:
|
||||
|
||||
`lci -v`
|
||||
Reference in New Issue
Block a user