mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
调整每次提取前清空互助码文件
This commit is contained in:
parent
b2ec0dfc54
commit
369c6138e0
@ -12,7 +12,7 @@ plantBean="${logdDir}/jd_plantBean.log"
|
||||
jdfruit="${logdDir}/jd_fruit.log"
|
||||
jdpet="${logdDir}/jd_pet.log"
|
||||
|
||||
echo -e >>$sharecodeFile
|
||||
echo -e >$sharecodeFile
|
||||
|
||||
sed -n '/京东赚赚好友互助码】.*/'p $jdzzFile | awk '{print $1}' | sort | uniq >>$sharecodeFile
|
||||
echo "提取京东赚赚助力码完成"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user