blob: 2df4126a142ef9ad894007cd9db501e82746ed26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/usr/local/bin/andy
set flags -m color
if test $#args -ge 2 {
set flags $flags --area=0,0,$args[1],$args[1]
}
set uri `lpoptions -p $PRINTER | sed -E 's/.*device-uri=hp:([^ ]+).*/hpaio:\1/'
chronic hp-scan -d $uri $flags
|