From 669b8dd7277d37900b9e0352ec5fe7a123554ce5 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sat, 28 Jul 2018 06:23:12 -0800 Subject: [PATCH] Added broken banjo. --- bashtuner.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bashtuner.sh b/bashtuner.sh index 328efe2..879d79c 100755 --- a/bashtuner.sh +++ b/bashtuner.sh @@ -18,9 +18,12 @@ declare -A tuning=( [12e]="E3 E2 A3 A2 D4 D3 G4 G3 B3 E4" # Mandolin [mandolin]="G3 D4 A4 E5" +#Ukulele [ukulele]="G4 C4 E4 A4" #Nick Drake Tuning - [Nick-Drake-Tuning]="C2 G2 C3 F3 C4 E4" + [nick-drake-tuning]="C2 G2 C3 F3 C4 E4" + #banjo + [banjo]="G4 D3 G3 B3 D4" ) export DIALOGOPTS='--insecure --no-lines --visit-items'