initial commit
This commit is contained in:
12
startpage/root/bin/clear.js
Normal file
12
startpage/root/bin/clear.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export async function cmd() {
|
||||
return ``;
|
||||
}
|
||||
|
||||
export let man = `
|
||||
<pre>
|
||||
CLEAR(1)
|
||||
|
||||
NAME
|
||||
\tclear - clear the screen
|
||||
</pre>
|
||||
`
|
Reference in New Issue
Block a user