Update PA-jellybean-legacy patches
[auto-patcher.git] / diff_tools / compare.sh
blob9579f7a9445dc7bfc23242f9badfc2444eab3902
1 #!/bin/bash
3 for JAR in core services framework; do
4 diff -NpruEbB -x '*RIL*' $1$JAR $2$JAR > $JAR.patch
5 done