Userspace: add echo

This commit is contained in:
Bananymous
2023-06-09 01:50:18 +03:00
parent 66fe48e94b
commit 9728947d5d
3 changed files with 57 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ project(userspace CXX)
set(USERSPACE_PROJECTS
Shell
cat
echo
test
yes
)