Skip to content

Instantly share code, notes, and snippets.

@EminQasimov
Created May 4, 2019 20:37
Show Gist options
  • Save EminQasimov/056527f5fa0d6452bb4bff42e8e58ca0 to your computer and use it in GitHub Desktop.
Save EminQasimov/056527f5fa0d6452bb4bff42e8e58ca0 to your computer and use it in GitHub Desktop.
make sound. clear terminal
process.stdout.write("\x07") // beep sound
process.stdout.write('\u001B[2J\u001B[0;0f'); // clear console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment