Some bash scripts from high-school... wtf are they for?
[mirrors/Programs.git] / bash / meld-pacnew.sh
CommitLineData
21c4e167
H
1find /etc/ | grep '\.pacnew$' | sed -e 's/\.pacnew$//g' | while read i; do
2 echo meld "'$i'" "'$i.pacnew'";
3done;
This page took 0.12025 seconds and 4 git commands to generate.