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

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