a bunch of random changes again

This commit is contained in:
Sebastian Moser
2024-01-16 09:03:26 +01:00
parent 6c72ddc81d
commit 22d3e2bd96
96 changed files with 1878 additions and 476 deletions

7
virtchord/get-chords.sh Executable file
View File

@@ -0,0 +1,7 @@
if [ "$1" == "" ]
then
num=0
else
num=$1
fi
cat chords-en.conf | grep -v "^#" | awk -F = '{print $2}' | tr "\n" " "