Skip to content

Commit

Permalink
new file: .shortcuts/init.sh
Browse files Browse the repository at this point in the history
	modified:   .termux/boot/remove-modules.sh
	modified:   .termux/boot/start-adbd.sh
  • Loading branch information
DataEraserC committed May 29, 2022
1 parent 638e10d commit fb029ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions termux/.shortcuts/init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find ~/.termux/boot/ -exec sh {} \;
2 changes: 1 addition & 1 deletion termux/.termux/boot/remove-modules.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
adb wait-for-device shell magisk --remove-modules
#adb wait-for-device shell magisk --remove-modules
2 changes: 1 addition & 1 deletion termux/.termux/boot/start-adbd.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh
su -c setprop service.adb.tcp.port 33445
su -c setprop service.adb.tcp.port 5555
su -c stop adbd
su -c start adbd

0 comments on commit fb029ec

Please sign in to comment.