index
:
mistyos-og
mane
MistyOS - Original - The original MistyOS 1.x project, a command-line simple operating system based on Linux From Scratch
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Components
/
Clear
/
index.js
blob: 68c98ce13c353c1b35da094218d9ccd5925a12e7 (
plain
)
1
2
3
module
.
exports
=
()
=>
{
console
.
clear
();
}