[svn] / ecrypt / trunk / start  

svn: ecrypt/trunk/start

File: [svn] / ecrypt / trunk / start (download)
Revision: 81, Sun Aug 21 16:16:14 2005 UTC (7 years, 9 months ago) by cdecanni
File size: 439 byte(s)
* adapted the start script.
#!/bin/sh

[ -z "$BASH_VERSION" ] && (which bash > /dev/null 2>&1) && exec bash $0 $*;

# -----------------------------------------------------------------------------

cd "$(cd $(dirname $(which "$0")) && pwd)";

cat <<EOF

ECRYPT Stream Cipher Project

EOF

root=$(cd $(dirname $(which "$0")) && pwd);
reports="$root/reports-$HOSTNAME";

mkdir -p "$reports"

./scripts/configure;

cd "$reports";

../scripts/run ..;
../scripts/collect;


eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help