3 #===================================================
5 # File ID: 75204552-5d49-11df-868f-90e6ba3022ac
6 # diff beregnet for tekst som wrapper i hytt og pine
7 #===================================================
9 if [ "x$3" = "x" ]; then
10 diff -u <(fmt -1 $1 | rmspcall
) <(fmt -1 $2 | rmspcall
)
12 diff -U$3 <(fmt -1 $1 | rmspcall
) <(fmt -1 $2 | rmspcall
)