Skip to content

Instantly share code, notes, and snippets.

@enil
Created June 5, 2015 17:00
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enil/76e27cf1964c1be6b72a to your computer and use it in GitHub Desktop.
Save enil/76e27cf1964c1be6b72a to your computer and use it in GitHub Desktop.
Wait for user to press any key in ZSH
#!/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