cd /iopm/cf
ls | while read name
do case $name in
	iopm*)
		sh $name
		;;
	esac
done
