add man pages for shell commands and implement mkdir, ping, matrix, and about commands

This commit is contained in:
2025-01-24 17:41:34 -03:00
parent f39333cae6
commit 427f864ad6
19 changed files with 236 additions and 4 deletions

View File

@@ -106,4 +106,6 @@ export class FileSystem {
current.children!.delete(fileName);
console.log(`[FileSystem] File deleted: ${path}`);
}
}