anti-AD/tools/start-research.sh

7 lines
136 B
Bash
Raw Normal View History

2019-12-14 21:29:41 +08:00
#!/bin/bash
#每周运行一次
source /etc/profile
cd $(cd "$(dirname "$0")";pwd)
nohup php research-addr.php >> ./std-research.out &