1 #!/bin/sh
2 #
3 # script to clean up GAMESS-UK integral files on slave nodes
4 # after a job has run
5 #
6 echo "========= scratching GAMESS-UK ed2 files on" `hostname`
7 #echo "\$1=" $1
8 #echo "\$2=" $2
9 rm -f $1/$2*ed2
10 touch $1/$2.ed2000
11 rm -f $1/$2*ed2???

