New backup 2024-05-16 20:15:01

This commit is contained in:
Penelope Gwen 2024-05-16 20:15:01 -06:00
parent 6926ff56c3
commit 472dc0128e
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
adb_root

View file

@ -35,7 +35,7 @@ sort_filesizes() {
du -ah --max-depth=1 "$( realpath ${dir} )" | sort --human-numeric-sort
}
# connect to android via adb as root
alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'"
#alias adb_root="adb shell -t exec run-as com.termux files/usr/bin/bash -c 'su -'"
#User Env Vars
export DEBEMAIL="support@pogmom.me"