Xref: utzoo alt.sources:143 comp.os.minix:2524 Path: utzoo!hoptoad!mejac!decwrl!decvax!ucbvax!rutgers!mailrus!umix!honey From: honey@umix.cc.umich.edu (Peter Honeyman) Newsgroups: alt.sources,comp.os.minix Subject: Re: Public Domain version of: yes(1) Keywords: Free Software Message-ID: <3944@umix.cc.umich.edu> Date: 2 Apr 88 15:12:33 GMT References: Reply-To: honey@citi.umich.edu (Peter Honeyman) Organization: Center for Information Technology Integration, Univ of Michigan Lines: 6 UUCP-Path: {uunet,rutgers}!umix!honey #!/bin/sh while :; do echo ${1-y} done i know it was a joke ... but so is ucb's version.