summaryrefslogtreecommitdiff
path: root/components/cat.c
Commit message (Collapse)AuthorAgeFilesLines
* New component: catdrkhsh2022-11-241-0/+32
Generically reads an arbitrary file natively. Saves a few layers of execution in comparison to using `run_command` with an argument like `cat ./file`.