This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# patch adb to: | |
# 1. use busybox to set the same terminal size | |
# 2. change directory to /data/local/tmp automatically | |
# | |
# NOTE: needs an executable busybox in /data/local/tmp | |
# | |
# Joshua J. Drake - jduck | |
# |