Properly handle control+c.
This commit is contained in:
parent
e2fba47217
commit
00c5516851
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user