Skip to content

Instantly share code, notes, and snippets.

@MarceloBritoWD
Forked from taterbase/system-beep.js
Created August 17, 2016 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarceloBritoWD/8423f362e96f21ee607eba1e3a9f3509 to your computer and use it in GitHub Desktop.
Save MarceloBritoWD/8423f362e96f21ee607eba1e3a9f3509 to your computer and use it in GitHub Desktop.
System Beep in Node.js
function alertTerminal(){
console.log("\007");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment