File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / src / compile.sh
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Feb 14 15:38:37 2014 UTC (10 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: #!/bin/sh
    2: #
    3: # $Id: compile.sh,v 1.1 2014/02/14 15:38:37 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>