mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 03:04:54 -05:00
Update multiple commands example
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
parent
501a23a7fa
commit
dcc431022a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue