#!/bin/sh # results of evaluation of straying outside a cache (with variable sized cache) CACHE_SIZE="v" # strip off everything except the number at the end of the name ARG=`basename $0 | sed 's/[a-zA-Z_]//g' ` #echo "

$ARG is ARG

Name is $0

basename is `basename $0` " ; exit ./stray_evaluation_common "$ARG" $CACHE_SIZE 2>&1