more features, flags now mostly work, added support for -R flag in ls with a custom bash method for recursive tree traversal

This commit is contained in:
2026-02-16 07:38:12 +01:00
parent 0ad0e362d6
commit 1faab39849
10 changed files with 104 additions and 67 deletions

View File

@@ -35,7 +35,6 @@ export function print(e: HTMLElement, data: PrintData): void {
}
export function clear(): void {
for (const n of outputInstances) {
unmount(n);
}
console.log("outInstances", outputInstances);
unmount(outputInstances);
}