Properly handle control+c.

This commit is contained in:
Storm Dragon 2023-08-26 18:14:26 -04:00
parent e2fba47217
commit 00c5516851
1 changed files with 2 additions and 0 deletions

View File

@ -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"