summaryrefslogtreecommitdiff
path: root/rc/bin/ups
diff options
context:
space:
mode:
authorSigrid <ftrvxmtrx@gmail.com>2021-04-13 11:26:55 +0200
committerSigrid <ftrvxmtrx@gmail.com>2021-04-13 11:26:55 +0200
commitb777d3fe7d947c7bb9595aed5a571e311872b5f6 (patch)
tree013dfb3325e73ecd64c7ed338193d24b2652cfb9 /rc/bin/ups
parentfd4e8eef0b14200982c7ef08dcb978445f32c866 (diff)
downloadplan9front-b777d3fe7d947c7bb9595aed5a571e311872b5f6.tar.xz
remove old, broken scripts: fedex, u(s)ps, weather (thanks fulton)
Diffstat (limited to 'rc/bin/ups')
-rwxr-xr-xrc/bin/ups15
1 files changed, 0 insertions, 15 deletions
diff --git a/rc/bin/ups b/rc/bin/ups
deleted file mode 100755
index 025634822..000000000
--- a/rc/bin/ups
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/rc
-# ups - look up a UPS tracking number
-rfork en
-
-if(! ~ $#* 1) {
- echo usage: ups 1ZA41W190338680961 >[1=2]
- exit usage
-}
-
-hget 'http://wwwapps.ups.com/WebTracking/processInputRequest?tracknum='^$1^ \
- '&TypeOfInquiryNumber=T' |
- htmlfmt |
- awk '/^Share/,/^Subscribe/ {print;}' |
- grep -v '^(Share|Change Delivery|Request Status Updates|Never track again|Continue|I am already a UPS My Choice Member|• What|Subscribe to UPS)' |
- ssam 's/\n\n\n/\n/g'