Skip to content

Instantly share code, notes, and snippets.

@woodRock
Created March 10, 2021 00:19
Show Gist options
  • Save woodRock/da811d4bc3038b12cc4561aea8a3a803 to your computer and use it in GitHub Desktop.
Save woodRock/da811d4bc3038b12cc4561aea8a3a803 to your computer and use it in GitHub Desktop.
Holds the door! A bash script to stop the terminal from automatically closing upon completion of a script. Useful for debugging on Windows systems.
# Argument to hold the script.
if [[ "$2" == "hold" ]]; then
echo "Hold the Door!"
read
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment