File:  [ELWIX - Embedded LightWeight unIX -] / ansh / src / compile.sh
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 4 22:37:46 2011 UTC (12 years, 8 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #!/bin/sh
    2: #
    3: # $Id: compile.sh,v 1.1 2011/10/04 22:37:46 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>