ups: fix typo

This commit is contained in:
stanley lieber 2013-08-06 21:38:56 -04:00
parent cc542f2b2d
commit 28ff3a3cda

View file

@ -11,6 +11,5 @@ hget 'http://wwwapps.ups.com/WebTracking/processInputRequest?tracknum='^$1^ \
'&TypeOfInquiryNumber=T' | '&TypeOfInquiryNumber=T' |
htmlfmt | htmlfmt |
awk '/^Share/,/^Subscribe/ {print;}' | 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)' | 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' ssam 's/\n\n\n/\n/g'