Skip to content

Instantly share code, notes, and snippets.

@bevacqua
Forked from taterbase/system-beep.js
Last active December 18, 2015 03:59
Show Gist options
  • Save bevacqua/5722010 to your computer and use it in GitHub Desktop.
Save bevacqua/5722010 to your computer and use it in GitHub Desktop.
system beep for node in a simple line
function beep(){
process.stdout.write("\u0007");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment