Created
May 4, 2019 20:37
-
-
Save EminQasimov/056527f5fa0d6452bb4bff42e8e58ca0 to your computer and use it in GitHub Desktop.
make sound. clear terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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