8 lines
85 B
Plaintext
Executable File
8 lines
85 B
Plaintext
Executable File
get_printer_info ()
|
|
{
|
|
# Wide listing of all defined printers
|
|
|
|
lpstat -W | tail +3
|
|
}
|
|
|