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
add \olypagecommand to specify page numbers
[orchestrallily.git]
/
create_patches_to_template.sh
blob
1996bbeea8ffa7dbb690beb4eaaeea10415439ac
1
#!/usr/bin/env bash
2
3
mkdir
-p
patches
/
4
5
for
i
in
"$@"
;
do
6
diff
-u
$i
.new
$i
>
patches
/
$i
.
patch
7
done