fs Add mount subcommand

This commit is contained in:
2025-10-14 00:40:17 +02:00
parent 25cb309105
commit c895c5db3e
7 changed files with 76 additions and 4 deletions

View File

@ -2,9 +2,9 @@
#include <stddef.h>
#include <ulib.h>
#define CMDS(X) \
X(fetch) X(mkf) X(mkd) \
X(tree)
#define CMDS(X) \
X(fetch) X(mkf) X(mkd) \
X(tree) X(mount)
void main(void) {
if (argslen() == 0) {