diff options
| author | Sigrid <ftrvxmtrx@gmail.com> | 2021-04-13 11:26:55 +0200 |
|---|---|---|
| committer | Sigrid <ftrvxmtrx@gmail.com> | 2021-04-13 11:26:55 +0200 |
| commit | b777d3fe7d947c7bb9595aed5a571e311872b5f6 (patch) | |
| tree | 013dfb3325e73ecd64c7ed338193d24b2652cfb9 /rc/bin/usps | |
| parent | fd4e8eef0b14200982c7ef08dcb978445f32c866 (diff) | |
| download | plan9front-b777d3fe7d947c7bb9595aed5a571e311872b5f6.tar.xz | |
remove old, broken scripts: fedex, u(s)ps, weather (thanks fulton)
Diffstat (limited to 'rc/bin/usps')
| -rwxr-xr-x | rc/bin/usps | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/rc/bin/usps b/rc/bin/usps deleted file mode 100755 index ab5e489ad..000000000 --- a/rc/bin/usps +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/rc -rfork en - - -if(! ~ $#* 1) { - echo usage: usps 01601531218002685498 >[1=2] - exit usage -} - -rfork e - -hget -p 'qtc_tLabels1='^$1 https://tools.usps.com/go/TrackConfirmAction | - htmlfmt > /tmp/usps.$pid - -sam -d /tmp/usps.$pid >[2] /dev/null <<'!' -,/Tracking Number:/-1d -/Available Actions/,$d -,p -! -rm /tmp/usps.$pid |
