initial commit

This commit is contained in:
2025-09-17 23:05:25 -04:00
commit ee78eef527
17 changed files with 610 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
export async function cmd() {
return ``;
}
export let man = `
<pre>
CLEAR(1)
NAME
\tclear - clear the screen
</pre>
`