GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Blokovani pres konstantu
[mirrors/Programs.git]
/
bash
/
meld-pacnew.sh
Commit
Line
Data
21c4e167
H
1
find /etc/ | grep '\.pacnew$' | sed -e 's/\.pacnew$//g' | while read i; do
2
echo meld "'$i'" "'$i.pacnew'";
3
done;
This page took
0.118833 seconds
and
4
git commands to generate.