repo.or.cz
/
orchestrallily.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Whitespace fixes in the templates
[orchestrallily.git]
/
create_patches_to_template.sh
blob
bf9cb35cfd514383659bdbe466f0e47a768a93de
1
#!/usr/bin/env bash
2
3
mkdir
-p
patches
/
4
5
for
i
in
"$@"
;
do
6
bn
=
${i%.new}
7
diff
-u
$bn
.new
$bn
>
patches
/
$bn
.
patch
8
done