初始化项目
This commit is contained in:
8
batch_modify.sh
Normal file
8
batch_modify.sh
Normal 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
|
||||
Reference in New Issue
Block a user