ups: fix typo
This commit is contained in:
parent
cc542f2b2d
commit
28ff3a3cda
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue