Skip to content

Commit

Permalink
AutomatedRoot: [unix/win]: pause after executing the script
Browse files Browse the repository at this point in the history
Sometimes the tool could crash and close unexpetedly making impossible
to see what failed. Once the tool finished pause till the user enters some
input.

Signed-off-by: R0rt1z2 <[email protected]>
  • Loading branch information
R0rt1z2 committed May 31, 2021
1 parent 0e0b803 commit 7f8a83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/assets/MTK-SU.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@echo off
python mtk-su.py
pause
1 change: 1 addition & 0 deletions files/assets/MTK-SU.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python3 mtk-su.py
read

0 comments on commit 7f8a83b

Please sign in to comment.