for i in `cat conc.list`
do
	${1-two_step} -c "$i" -noreact -noprod
	echo "\n\n\n"
done 
