-
-
Save enil/76e27cf1964c1be6b72a to your computer and use it in GitHub Desktop.
Wait for user to press any key in ZSH
This file contains 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
#!/bin/zsh | |
echo 'Press any key to continue...'; read -k1 -s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment