New component: cat
authordrkhsh <me@drkhsh.at>
Wed, 23 Nov 2022 22:59:51 +0000 (23:59 +0100)
committerdrkhsh <me@drkhsh.at>
Wed, 23 Nov 2022 23:01:52 +0000 (00:01 +0100)
commit57c6e7340d16b14d61f9e3361ca4940f53dfcafa
treeb48e7e6444ee78d68a0994389a3709027019ec26
parent4bd78c94ba90d67a268c092231b85037c94a339a
New component: cat

Generically reads an arbitrary file natively.

Saves a few layers of execution in comparison to using `run_command`
with an argument like `cat ./file`.
Makefile
README
components/cat.c [new file with mode: 0644]
config.def.h
slstatus.h