#!/bin/bash
#for apa in test
#for apa in ch*
#for apa in l*
for apa in b*
do
   sed -i 's/nsweep_kom/nsweep_turb/' $apa/setup_case.py 
done

