如何使用shell脚本在php中每隔10秒调用一次函数?

时间:2016-04-08 10:49:56

标签: php shell

如何使用shell脚本每5秒调用一次函数。有没有办法每隔5秒调用一次功能?

#!/bin/sh
while [ true ]
do
sh special_svn_script.sh
sleep 10
done

0 个答案:

没有答案