On Sun, 25 Nov 2001, Bart Oldeman wrote:

> #!/bin/sh
> cat > /tmp/prnt
> 
> chmod +x it, put it in your PATH, and have
> 
> $_printer = "lp, cat_to"
> 

Oops that has to be:

cat $1 > /tmp/prnt

Bart

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to