fs Implement del command

This commit is contained in:
2025-10-15 20:11:07 +02:00
parent e917e81e78
commit 7936eb92f6
2 changed files with 18 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#define CMDS(X) \
X(fetch) X(mkf) X(mkd) \
X(tree) X(mount)
X(tree) X(mount) X(del)
void main(void) {
if (argslen() == 0) {