#!/bin/csh -f # Please copy this script to mopac.sh and put it in $AMBERHOME/exe # mopac.exe is the executable file of mopac508mn if -e $2 rm $2 $ACROOT/exe/mopac.exe <$1 >$2 if -e core rm core ~ ~