I have a php script that I want to be run using a bash script, so I can use Cron to run the php script every minute or so.
As far as I\'m aware I need to create the
#!/usr/bin/env bash PHP=`which php` $PHP /path/to/php/file.php