diff --git a/pages/linux/lci.md b/pages/linux/lci.md new file mode 100644 index 000000000..dc794b61e --- /dev/null +++ b/pages/linux/lci.md @@ -0,0 +1,16 @@ +# lci + +> LOLCODE interpreter written in C. +> More information: . + +- Run a LOLCODE file: + +`lci {{path/to/file}}` + +- Display version: + +`lci -v` + +- Display help: + +`lci -h`