index
:
linhes_pkgbuild
R7
R7-testing
master
testing
The LinHES PKGBUILD repository
jmeyer@linhes.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
abs
/
extra
/
community
/
mythtv-vdpau
/
menu-xml
/
original
/
create_patch.sh
blob: 34d8b8c3ef4ed7a29ef30078e2a50aaf32559e84 (
plain
)
1
2
3
4
5
#!/bin/bash for i in *.xml do diff -u $i.orig $i > ../$i.patch done