various little scripts to remind to help and to use
#!/bin/bash# by Thimios Katsoulis 2011# http://www.pure-ingredients.net# maybe a bug if you include paths with dots # A SCRIPT TO CREATE .TIFF FILES FROM PDFS # SUITABLE TO SEND WITH EFAX COMMAND LINE UTILITY IN LINUXif [ $# -lt 1 ]thenecho "Usage is : `basename $0` <pdf file>"exit...