This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/scripts/schedulerTask.sh

8 lines
88 B
Bash

#!/bin/sh
cd ../bin
while true; do
../scripts/php.sh -Cq scheduler.php
sleep 30
done