Files
core/hwe/proc.sh
T

11 lines
87 B
Bash

#!/bin/bash
while [ 1 ]
do
php -c /etc/php.ini -f ./proc.php
sleep 60
done