summaryrefslogtreecommitdiff
path: root/sys
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 /sys
parentfd4e8eef0b14200982c7ef08dcb978445f32c866 (diff)
remove old, broken scripts: fedex, u(s)ps, weather (thanks fulton)
Diffstat (limited to 'sys')
-rw-r--r--sys/man/1/fedex27
-rw-r--r--sys/man/1/weather40
2 files changed, 0 insertions, 67 deletions
diff --git a/sys/man/1/fedex b/sys/man/1/fedex
deleted file mode 100644
index 0434382ec..000000000
--- a/sys/man/1/fedex
+++ /dev/null
@@ -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.
diff --git a/sys/man/1/weather b/sys/man/1/weather
deleted file mode 100644
index a40b1f12b..000000000
--- a/sys/man/1/weather
+++ /dev/null
@@ -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.