cleanup
[cmdllinux.git] / scripts / _diff
blobfcc572fdec47657c273b1fc04131fc18a0d69d40
1 #!/bin/sh
3 [ -z "$1" ] && exit 1
4 diff -Naurp $1 $2 > $2.patch