Skip to content

Commit

Permalink
Merge pull request #1261 from emmanuel-ferdman/main
Browse files Browse the repository at this point in the history
Update multiple commands example
  • Loading branch information
bkerler authored Oct 20, 2024
2 parents 501a23a + dcc4310 commit 161ac0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 161ac0f

Please sign in to comment.