1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-04 11:19:17 +00:00

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