Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!seismo!ll-xn!ames!ptsfa!ihnp4!ihlpa!kai From: kai@ihlpa.UUCP Newsgroups: net.sources Subject: public domain version of true Message-ID: <3476@ihlpa.ATT.COM> Date: Wed, 1-Apr-87 13:08:22 EST Article-I.D.: ihlpa.3476 Posted: Wed Apr 1 13:08:22 1987 Date-Received: Sat, 4-Apr-87 08:54:12 EST Organization: AT&T Bell Laboratories - Naperville, Illinois Lines: 11 Keywords: source included This is a public domain version of the UNIX true program. it is pretty straight forward. Note: that no AT&T sources were used in this program! -------------------- CUT HERE ---------------------- # !/bin/sh cat /dev/null > true -------------------- CUT HERE ---------------------- "... One born every minute." - Mark Twain