a bunch of random changes again
This commit is contained in:
7
virtchord/get-chords.sh
Executable file
7
virtchord/get-chords.sh
Executable 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" " "
|
||||
Reference in New Issue
Block a user