Use proper score/book handler so scores inside a book work automatically
[orchestrallily.git] / create_patches_to_template.sh
blob1996bbeea8ffa7dbb690beb4eaaeea10415439ac
1 #!/usr/bin/env bash
3 mkdir -p patches/
5 for i in "$@"; do
6 diff -u $i.new $i > patches/$i.patch
7 done