[svn] / ecrypt / trunk / start  

svn: ecrypt/trunk/start

Diff for /ecrypt/trunk/start between version 81 and 88

version 81, Sun Aug 21 16:16:14 2005 UTC version 88, Mon Aug 22 20:50:00 2005 UTC
Line 13 
Line 13 
 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"
   
Line 21 
Line 23 
   
 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";


Generate output suitable for use with a patch program
Legend:
Removed from v.81  
changed lines
  Added in v.88

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help