7 lines
97 B
Plaintext
Raw Normal View History

2017-12-04 14:54:24 +01:00
#!/bin/sh
while true; do
php -f /freshrss/app/actualize_script.php
sleep <CRON_PERIOD>
done