#!/bin/sh
cd /var/www/html/dorada.co.uk/api
while true
do
timeout 300 /usr/bin/php pushNotificationsQueueReader.php
sleep 1
done