From 00c551685123459076fa9fbc661f33431c11df8b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 26 Aug 2023 18:14:26 -0400 Subject: [PATCH] Properly handle control+c. --- bashtuner.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashtuner.sh b/bashtuner.sh index 2720d50..eb7d1d3 100755 --- a/bashtuner.sh +++ b/bashtuner.sh @@ -3,6 +3,8 @@ # Written by Storm Dragon https://social.stormdragon.tk/storm # Released under the terms of the WTFPL License http://wtfpl.net +trap 'exit 0' SIGINT + declare -A tuning=( # Dropped 1 step. [6d]="D2 G2 C3 F3 A3 D4"