From 57a1eb532500c62522f1dd6bcf1b8a80a2357744 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 Jul 2024 18:29:28 -0400 Subject: [PATCH] quick-switch --- quick-switch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/quick-switch.sh b/quick-switch.sh index 4414cc5..8edf613 100755 --- a/quick-switch.sh +++ b/quick-switch.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -euo pipefail +# Stolen from https://stackoverflow.com/a/29436423 function yes_or_no { while true; do read -p "$* [y/n]: " yn