#!/bin/tcsh # This is aimed at a screen session. The log goes on forever so sending it to # a file would be a bad idea. while (1) date php NarrativeScience.php && php NS_Call_API.php && php SendToTheStreet.php sleep 60 end