#!/bin/sh # results of evaluation of straying outside a cache with fixed size cache #CACHE_SIZE=20 CACHE_SIZE=30 # 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