#!/bin/sh # This script runs the steric commands found in $1, on all files with # extension $2 # Warning: if no extension is given, then steric will attempt to load # all files in the current directory, many of which may not be # appropriate data files. # echo -n 'f l ' >test.inp ls -w 10000 --format=across *$2 >> test.inp if [ -f $1.inp ] then cat $1.inp >>test.inp fi echo x >> test.inp steric