mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 13:29:22 +02:00
Revert "Decided to put all the music files in a separate git"
This reverts commit c6a9c95632
.
This commit is contained in:
parent
c6a9c95632
commit
c601ae3601
200 changed files with 5913 additions and 54 deletions
14
build_all
Executable file
14
build_all
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
MKDRUMCOMMAND="./makedrum"
|
||||
|
||||
for d in *_marches strathspeys standards jigs airs hornpipes other
|
||||
do
|
||||
for f in $d/*.ly $d/*/*.ly
|
||||
do
|
||||
if [ ! -f $f ] ; then
|
||||
continue
|
||||
fi
|
||||
$MKDRUMCOMMAND $f
|
||||
done;
|
||||
done;
|
Loading…
Add table
Add a link
Reference in a new issue