2017-12-04 14:54:24 +01:00

7 lines
97 B
Bash

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