head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2005.11.17.14.53.51;	author terry;	state Exp;
branches;
next	1.4;

1.4
date	2005.09.23.09.53.09;	author terry;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.07.09.21.08;	author terry;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.07.05.36.23;	author terry;	state Exp;
branches;
next	1.1;

1.1
date	2005.08.26.09.28.04;	author terry;	state Exp;
branches;
next	;


desc
@@


1.5
log
@*** empty log message ***
@
text
@#!/bin/sh

logdir=log
host=`/bin/hostname`

/bin/rm -rf $logdir
/bin/mkdir -p $logdir

../test/pre
{ echo \# ./tperf ${1+"$@@"}
  ../tperf ${1+"$@@"}
} > $logdir/$host.log 2>&1
../test/post
@


1.4
log
@*** empty log message ***
@
text
@d9 1
a9 1
./pre
d13 1
a13 1
./post
@


1.3
log
@*** empty log message ***
@
text
@d6 1
@


1.2
log
@*** empty log message ***
@
text
@d9 3
a11 1
../tperf ${1+"$@@"} > $logdir/$host.log 2>&1
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
../tperf ${1+"$@@"} 2>&1 | /usr/bin/tee $logdir/$host.log
@
