From 2bacaec5c41bc6688411fe44d3100a927901f4ab Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 1 Jul 2024 22:15:36 +0200 Subject: lps: Just make it as stupid as possible --- .local/bin/lps | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '.local') diff --git a/.local/bin/lps b/.local/bin/lps index 2df4126..91e4219 100755 --- a/.local/bin/lps +++ b/.local/bin/lps @@ -1,9 +1,3 @@ -#!/usr/local/bin/andy +#!/bin/sh -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 +chronic hp-scan $@ -- cgit v1.2.3