Annotation of ansh/src/compile.sh, revision 1.1

1.1     ! misho       1: #!/bin/sh
        !             2: #
        !             3: # $Id: compile.sh,v 1.1.1.1 2009/11/12 10:35:55 misho Exp $
        !             4: #
        !             5: 
        !             6: /bin/cat >compile.c <<__END
        !             7: char compiled[] = "`/bin/date +"%Y-%m-%d %H:%M"`";
        !             8: char compiledby[] = "`/usr/bin/whoami`";
        !             9: char compilehost[] = "`uname -n`";
        !            10: __END

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>