summaryrefslogtreecommitdiff
path: root/.local/bin/lps
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/lps')
-rwxr-xr-x.local/bin/lps14
1 files changed, 7 insertions, 7 deletions
diff --git a/.local/bin/lps b/.local/bin/lps
index 135848d..8e49fa5 100755
--- a/.local/bin/lps
+++ b/.local/bin/lps
@@ -1,9 +1,9 @@
-#!/bin/sh
+#!/usr/local/bin/andy
-set -e
+set flags -m color -r 300
+if test $#args -ge 2 {
+ set flags $flags --area=0,0,$args[1],$args[1]
+}
-flags='-m color -r 300'
-[ $# -eq 1 ] && flags="$flags --area=0,0,$1,$1"
-
-uri="$(lpoptions | sed -E 's/.*device-uri=hp:([^ ]+).*/hpaio:\1/')"
-chronic hp-scan -d "$uri" $flags
+set uri `lpoptions | sed -E 's/.*device-uri=hp:([^ ]+).*/hpaio:\1/'
+chronic hp-scan -d $uri $flags