srDFT_G2/Ref/Molecules/g09/run_g09.sh

7 lines
77 B
Bash
Raw Normal View History

2019-03-25 22:47:41 +01:00
#! /bin/bash
for INP in $( ls *.inp ); do
g09 ${INP}.inp ${INP}.out
done