[svn] / ecrypt / trunk / start  

svn: ecrypt/trunk/start

File: [svn] / ecrypt / trunk / start (download)
Revision: 61, Mon Aug 15 21:50:35 2005 UTC (7 years, 10 months ago) by cdecanni
File size: 293 byte(s)
* improved scripts.
#!/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

./scripts/configure;
./scripts/run;

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help