Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcvax!kth!draken!tut!tukki!makela From: makela@tukki.jyu.fi (Otto J. Makela) Newsgroups: alt.sources Subject: Re: Noise level is deafening.. even for alt. Message-ID: <979@tukki.jyu.fi> Date: 4 Jul 89 11:59:23 GMT References: <1618@sialis.mn.org> <200@arnor.UUCP> <60@loria.crin.fr> <5752@ingr.com> <519@ssbell.UUCP> <12414@bloom-beacon.MIT.EDU> Reply-To: makela@tukki.jyu.fi (Otto J. Makela) Organization: Grand Hall of Justice, Mega-City One Lines: 25 # This is a shell archive. # Remove everything above and including the cut line. # Then run the rest of the file through sh. #----cut here-----cut here-----cut here-----cut here----# #!/bin/sh # shar: Shell Archiver # Run the following text with /bin/sh to create: # request.c # # This archive created: Tue Jul 4 14:58:24 1989 cat << \SHAR_EOF > request.c main() { register unsigned long i; for(i=1L; i; i++) printf("Ladies and Gentlemen,\n" "This newsgroup is alt.sources\n" "Please use alt.sources.d for discussions,\n" "and this group for SOURCES ONLY !\n" "\t\tThank You\n" "\t\tOtto Makela\n"); } SHAR_EOF # End of shell archive exit 0