Date: Wed, 17 Sep 2003 16:37:05 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: freebsd-chat@freebsd.org Subject: Re: UNIX Humour Message-ID: <3F68D401.4010304@allantgroup.com> In-Reply-To: <uf1xufffoo.xuf@mail.comcast.net> References: <200309171727.h8HHRWZv018888@cwsys.cwsent.com> <uf1xufffoo.xuf@mail.comcast.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Gary W. Swearingen wrote:
> Cy Schubert <Cy.Schubert@komquats.com> writes:
>
>>jaws # ./lastlog.c
>>./lastlog.c: /TT_DB: is a directory
>>./lastlog.c: old_versions/: is a directory
>
> We can laugh at an ignorant "expert", but should we not also laugh at
> an OS and/or shell that is just as ignorant? Or cry?
What? You mean everybody doesn't put this at the top of their programs?
#if 0 /* Magic self-executing C source code. Run "sh hello.c"
set -ex
gcc -Wall -O $0 -o ${0%%.c}
exit 0
*/
#endif
#include <stdio.h>
int main(void)
{
printf ("Hi there\n!");
return 0;
}
--
Dan Nelson
dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F68D401.4010304>
