lilydrum/build_all

9 lines
141 B
Plaintext
Raw Normal View History

#!/bin/bash
MKDRUMCOMMAND="./makedrum"
for d in *_marches strathspeys standards jigs airs hornpipes other
do
$MKDRUMCOMMAND $d/*.ly
done;