srDFT_G2/G09/Molecules/vdz/small_core/create_ezfio.sh

9 lines
117 B
Bash
Raw Normal View History

2019-03-29 16:37:51 +01:00
#! /bin/bash
for OUT in $( ls *.out ); do
MOL=${OUT%.*}
qp_convert_output_to_ezfio -o ${MOL} ${MOL}.out
done