#! /bin/sh - #script to standardize ENDF formatted file with STANEF file=$1 work=`pwd` if [ "$1" = "" ] then echo 'ENDF files ready to run' echo ' ' ls *endf echo ' ' echo -n 'Choose one of the above (without .endf extention!): ' read file fi # RUN STANEF rm -f INPUT cat >INPUT <