初始化项目

This commit is contained in:
2025-06-04 11:38:14 +08:00
commit d285fb9cd5
4 changed files with 31 additions and 0 deletions

8
batch_modify.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
wd="/home/oasis/dev_projects/wechatStep"
cd $wd
while read acct pwd
do
sh modify.sh $acct $pwd >> ./logs
echo "\n" >> ./logs
done < acct_list