2017-06-06 03:24:05 +02:00

7 lines
97 B
Bash

#!/bin/sh
while true; do
php -f /freshrss/app/actualize_script.php
sleep <CRON_PERIOD>
done