Files
core/twe/proc.sh
T
2018-01-14 05:01:11 +09:00

11 lines
87 B
Bash

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