From 12453c35e36920f10dca893b77819d162c34d05e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 17 Jul 2018 21:27:53 -0400 Subject: [PATCH] Tuning for ukulele added. --- bashtuner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bashtuner.sh b/bashtuner.sh index a950f2a..72d51c2 100755 --- a/bashtuner.sh +++ b/bashtuner.sh @@ -18,6 +18,7 @@ declare -A tuning=( [12e]="E3 E2 A3 A2 D4 D3 G4 G3 B3 E4" # Mandolin [mandolin]="G3 D4 A4 E5" + [ukulele]="G4 C4 E4 A4" ) show_help() {