-
-
Save diaasami/e0aa32ec8308611f1424ffe5edc8ae9d to your computer and use it in GitHub Desktop.
Pause process
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
| # Pause process until a key is pressed | |
| kill -STOP $PID; sh -c "read -n 1 -s -r -p 'Press any key to continue'"; kill -CONT $PID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment