Merge pull request #1261 from emmanuel-ferdman/main

Update multiple commands example
This commit is contained in:
Bjoern Kerler 2024-10-20 18:08:58 +02:00 committed by GitHub
commit 161ac0f664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,13 +202,13 @@ python mtk.py --stock
### Run multiple commands
```bash
python mtk.py script run.example
python mtk.py script examples/run.example
```
or
```
python mtk.py multi "cmd1;cmd2"
```
See the file "[run.example](https://github.com/bkerler/mtkclient/blob/main/run.example)" on how to structure the script file
See the file "[run.example](https://github.com/bkerler/mtkclient/blob/main/examples/run.example)" on how to structure the script file
### Root the phone (Tested with android 9 - 12)