Files
dotfiles/virtchord/get-chords.sh
2024-01-16 09:03:26 +01:00

8 lines
118 B
Bash
Executable File

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