| version 81, Sun Aug 21 16:16:14 2005 UTC | version 88, Mon Aug 22 20:50:00 2005 UTC | ||
|---|---|---|---|
|
|
||
| EOF | EOF | ||
| root=$(cd $(dirname $(which "$0")) && pwd); | root=$(cd $(dirname $(which "$0")) && pwd); | ||
| reports="$root/reports-$HOSTNAME"; | cd "$root"; | ||
| reports="reports-$HOSTNAME"; | |||
| mkdir -p "$reports" | mkdir -p "$reports" | ||
|
|
||
| cd "$reports"; | cd "$reports"; | ||
| ../scripts/run ..; | "$root/scripts/run" ..; | ||
| ../scripts/collect; | "$root/scripts/collect"; | ||
| cd ..; | |||
| tar -czf "$reports.tar.gz" "$reports" \ | |||
| && echo "The results have been archived in $reports.tar.gz"; |
|
||||||||
|
eSTREAM Project Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |