Advertisement
bdlsvln2

adb

Dec 18th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. #!/system/bin/sh
  2. # adb: wrapper to run adb from terminal
  3. # osm0sis @ xda-developers
  4.  
  5. dir="$(cd "$(dirname "$0")"; pwd)";
  6.  
  7. export HOME=/data/data/com.termux/files/home;
  8. export TMPDIR=/data/data/com.termux/files/usr/tmp;
  9. $dir/adb.bin "$@";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement