* 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 |
ViewCVS and CVS Help |