feat(coreutils): implement coreutils and compile it using cmake

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-10 02:29:14 +00:00
parent 88a3b0912b
commit 87540ab0b9
9 changed files with 322 additions and 2 deletions

View File

@ -11,3 +11,7 @@ indent_size = 4
[Makefile]
indent_style = tab
[{CMakeLists.txt,*.cmake}]
indent_size = 2
indent_style = space