#!/bin/csh -f set PROGRAM = $0 set PROGRAM_NAME = `basename $0` set PROGRAM_DIR = `/bin/expr \( x"$0" : x'\(/\)$' \) \| \( x"$0" : x'\(.*\)/[^/]*$' \) \| .` setenv GEN_DIR $PROGRAM_DIR/util/$PROGRAM_NAME $GEN_DIR/`get-cpu`/run-exec $*