anti-AD/tools/start-research.sh
2019-12-14 21:29:41 +08:00

7 lines
136 B
Bash
Executable File

#!/bin/bash
#每周运行一次
source /etc/profile
cd $(cd "$(dirname "$0")";pwd)
nohup php research-addr.php >> ./std-research.out &