Two short shell scripts I use in my workflow to create figures:
conveps - Convert all .eps files in the current directory to pdfs.
cropall - Crop all pdfs in the current directory.
To use them, download and add execution permission (chmod +x conveps or chmod +x cropall).