opensource: del.icio.us tag/opensource
Documentation
linux
Programming
zope
python
Tutorial
opensource
#!/bin/bash cd $NAUTILUS_SCRIPT_CURRENT_URI for arg in $@ do ps2pdf $arg done
After saving that in ps2pdf.sh and making script executable you can convert one or multiple selected ps files to pdf by right clicking on selected file(s) -> Scripts -> ps2pdf Very nice :)