srDFT_G2/G09/Small_core/Atoms/v5z/create_ezfio.sh

9 lines
117 B
Bash
Raw Normal View History

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