Files
dotfiles/virtchord/get-chords.sh
2024-04-04 21:42:35 +02:00

8 lines
118 B
Bash

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