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`.
This commit is contained in:
drkhsh
2022-11-23 23:59:51 +01:00
parent 4bd78c94ba
commit 57c6e7340d
5 changed files with 38 additions and 0 deletions

View File

@ -7,6 +7,7 @@ include config.mk
REQ = util
COM =\
components/battery\
components/cat\
components/cpu\
components/datetime\
components/disk\