Various notes about things that come up during the course of a day.
find . -name "*.jar" -exec jarsigner -keystore /path/to/your/key -storepass yourpassword '{}' yourkeystorename \;
find . -type f -iname '*.jar' -exec zip -d '{}' META-INF/*.{SF,RSA} \;