mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-23 06:49:25 +08:00
7 lines
136 B
Bash
7 lines
136 B
Bash
|
#!/bin/bash
|
||
|
#每周运行一次
|
||
|
|
||
|
source /etc/profile
|
||
|
cd $(cd "$(dirname "$0")";pwd)
|
||
|
|
||
|
nohup php research-addr.php >> ./std-research.out &
|