diff options
| -rwxr-xr-x | rc/bin/usps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/usps b/rc/bin/usps index bc4ec440f..940b1cb71 100755 --- a/rc/bin/usps +++ b/rc/bin/usps @@ -10,7 +10,7 @@ if(! ~ $#* 1) { rfork e 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 <<'!' ,/Tracking Number/-1d |
