summaryrefslogtreecommitdiff
path: root/tee.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added poweroff (and adjusted init to use it). Inlined functionEric Andersen1999-12-101-36/+24
| | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik
* changed tee_usage from being a function to a char[]John Beppu1999-12-101-20/+11
| | | | that gets used be usage();
* Fix beppu's email address.Eric Andersen1999-12-101-2/+2
| | | | | BTW, John, go to sleep. It is late. :) -Erik
* Implemented tee(1).John Beppu1999-12-101-0/+147