minor fix

This commit is contained in:
AwayJob 2022-05-17 20:25:57 +08:00 committed by GitHub
parent 0a75724525
commit 1fd8f6f6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,7 +420,7 @@ cd accounts
```
$emails = Get-ChildItem .\**.json |Get-Content -Raw |ConvertFrom-Json |Select -ExpandProperty client_email >>emails.txt
```
- `For Linux / MacOs`
- `For Linux`
```
grep -oPh '"client_email": "\K[^"]+' *.json > emails.txt
```