#!/bin/bash filesIn=`grep "\[" create.ini` for i in $filesIn do echo "creating template for " $i php createTemplates.php $i done