New backup 2024-05-02 17:45:02
This commit is contained in:
parent
c7f2603a19
commit
62af17c260
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ sort_filesizes() {
|
|||
[ -z ${1} ] && local dir="." || local dir="${1}"
|
||||
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 -'"
|
||||
|
||||
#User Env Vars
|
||||
export DEBEMAIL="support@pogmom.me"
|
||||
|
|
Loading…
Add table
Reference in a new issue