#!/bin/bash

cd /m23/m23customPatch
if [ $(ls | wc -l) -gt 0 ]
then
	ls | xargs -n1 /m23/bin/m23customPatch.php
fi