My fix.sh script
This contains anything that accepts a changelist in the form of -c XXXXXX
I just run this thing before I mail out CLs and has made my life easier. Anything else safe that can be added here? Next step I should add some kind of g4 mail trigger to just run this thing automatically......
#!/bin/sh
buildifier -a -v
/google/src/head/depot/google3/tools/java/remove_unused_imports.py --fix
/google/src/head/depot/google3/tools/java/sort_java_imports.py
#googplus