usps: remove redundant uhtml pipeline
This commit is contained in:
parent
679b092ee0
commit
bf093528fd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if(! ~ $#* 1) {
|
||||||
rfork e
|
rfork e
|
||||||
|
|
||||||
hget -p 'qtc_tLabels1='^$1 https://tools.usps.com/go/TrackConfirmAction |
|
hget -p 'qtc_tLabels1='^$1 https://tools.usps.com/go/TrackConfirmAction |
|
||||||
uhtml | htmlfmt > /tmp/usps.$pid
|
htmlfmt > /tmp/usps.$pid
|
||||||
|
|
||||||
sam -d /tmp/usps.$pid >[2] /dev/null <<'!'
|
sam -d /tmp/usps.$pid >[2] /dev/null <<'!'
|
||||||
,/Tracking Number/-1d
|
,/Tracking Number/-1d
|
||||||
|
|
Loading…
Reference in a new issue