Skip to content

Instantly share code, notes, and snippets.

@booxood
Forked from 19h/reset.js
Created February 27, 2015 04:33
Show Gist options
  • Save booxood/15c003d1876a54c6e3de to your computer and use it in GitHub Desktop.
Save booxood/15c003d1876a54c6e3de to your computer and use it in GitHub Desktop.
console.reset = function () {
return process.stdout.write('\033c');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment