Stub shell

This commit is contained in:
Alex
2023-05-03 06:39:20 +03:00
parent 2523ad0911
commit 5a017b6626
3 changed files with 89 additions and 0 deletions

View File

@ -1,5 +1,7 @@
build:
make -C init build
make -C sh build
clean:
make -C init clean
make -C sh clean