File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / src / compile.sh
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Nov 12 10:35:55 2009 UTC (14 years, 6 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#!/bin/sh
#
# $Id: compile.sh,v 1.1 2009/11/12 10:35:55 misho Exp $
#

/bin/cat >compile.c <<__END
char compiled[] = "`/bin/date +"%Y-%m-%d %H:%M"`";
char compiledby[] = "`/usr/bin/whoami`";
char compilehost[] = "`uname -n`";
__END

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