[wip] add temporary rm command

This commit is contained in:
2025-04-26 10:21:23 +03:00
parent 685f9fa5cb
commit be85470929
3 changed files with 158 additions and 8 deletions

View File

@@ -49,5 +49,6 @@ int fs_use(void *d);
int fs_mkfs(void *d);
int fs_ls(void *d);
int fs_la(void *d);
int fs_rm(void *d);
int fs_allow_write(void *d);
int fs_prohibit_write(void *d);