remove old, broken scripts: fedex, u(s)ps, weather (thanks fulton)

This commit is contained in:
Sigrid 2021-04-13 11:26:55 +02:00
parent fd4e8eef0b
commit b777d3fe7d
6 changed files with 0 additions and 210 deletions

View file

@ -1,27 +0,0 @@
.TH FEDEX 1
.SH NAME
fedex, ups, usps \- track shipments
.SH SYNOPSIS
.B fedex
.I tracking-number
.br
.B ups
.I tracking-number
.br
.B usps
.I tracking-number
.SH DESCRIPTION
.I Fedex
writes available shipment details for the given Federal Express 12-digit
.I tracking-number
on the standard output.
.I Ups
is similar, but takes a United Parcel Service 18-digit
.IR tracking-number .
.I Usps
takes a US Post Office
.IR tracking-number .
.SH SOURCE
.B /rc/bin
.SH BUGS
Redesigns of the source website can break these programs.

View file

@ -1,40 +0,0 @@
.TH WEATHER 1
.SH NAME
weather \- print weather report
.SH SYNOPSIS
.B weather
[
.I air
] [
.I st
]
.SH DESCRIPTION
.I Weather
prints the local conditions and seven-day forecast most recently reported at the
.SM US
airport with the three-letter location identifier
.IR air .
Given a two-letter
.SM US
state abbreviation
.I st
instead,
.I weather
prints a table of
.I air
location identifiers known for
.IR st .
.PP
The arguments are mutually exclusive and case-insensitive.
If neither is given,
.I air
defaults to the value of the environment variable
.BR $weather ,
or if it is unset,
to the location identifier
.BR ewr ,
designating the Newark, NJ, airport near Bell Labs, Murray Hill.
.SH SOURCE
.B /rc/bin/weather
.SH BUGS
Weather is hopelessly provincial.