o Interactive usage

		 # fax

Follow menus.

o Script usage:

fax can read form "stdin":

		# cat my-text-file | fax -


Notes
-----

	- fax script take phone number from the "FAX:" field in
	your text (other fields: TO:, From:, Fax:)

	- fax file are stored in /tmp partition, not /var/spool/fax,
	because (in muLinux RAM system) /var partition has no
	space left.

	- leave some blanks from FAX:, TO:, etc. and the rest.


			FAX:  1234
		not	FAX:1234

o  Examples:                                                                        
          
1)                                                                      
        cat << END | fax -                                                      
        TO: Bettino Craxi - Sanvittore                                          
	FAX: 023672334
        From: 011192343                                                         
                                                                                
        ---- text here ----                                                     
        END     

2) fax without text


	echo "FAX: 1234" | fax -	
