UNPKG
windowsonbash
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Linux terminal experience reimagined in Node.js, built for Windows only.
windowsonbash
/
com
/
clear.js
3 lines
•
91 B
JavaScript
View Raw
1
2
3
#!/usr/bin/env node
//console.log('\x1Bc');
process.
stdout
.
write
(
'\u001b[2J\u001b[0;0H'
);