diffprose.sh 170 B

123
  1. # this somehow works, but if I output tab separated pairs myself and skip the paste pipe it doesn't -_-
  2. fdiff -d 15 $1 $2 | paste - - | xargs -r -p -l show_diff_at $1 $2