Properly handle control+c.
This commit is contained in:
		| @@ -3,6 +3,8 @@ | |||||||
| # Written by Storm Dragon https://social.stormdragon.tk/storm | # Written by Storm Dragon https://social.stormdragon.tk/storm | ||||||
| # Released under the terms of the WTFPL License http://wtfpl.net | # Released under the terms of the WTFPL License http://wtfpl.net | ||||||
|  |  | ||||||
|  | trap 'exit 0' SIGINT | ||||||
|  |  | ||||||
| declare -A tuning=( | declare -A tuning=( | ||||||
|   # Dropped 1 step. |   # Dropped 1 step. | ||||||
|   [6d]="D2 G2 C3 F3 A3 D4" |   [6d]="D2 G2 C3 F3 A3 D4" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user