backend script

Jim anonymous at easysw.com
Wed Jan 25 14:23:35 PST 2006


Trying to lean backend.
Here is what I have so far:
---------
#!/bin/sh

job=

lp -d printer-01 $job
lp -d printer-02 $job
lp -d printer-03 $job

exit 0
---------

Trying to send on print job to three printers.
How would i set $job ?






More information about the cups mailing list