if [ -z "$1" ] then echo "Invalid param, Input is null" ; exit ; fi sh quick.grep.sh $1 sh scan.static.dir.sh $1 sh find_preg_replace.sh $1 sh find_lengthy_line.sh $1 #grep "eval *(" --include=*.php -r $1 | less