New backup 2024-05-02 17:45:02

This commit is contained in:
Penelope Gwen 2024-05-02 17:45:02 -06:00
parent c7f2603a19
commit 62af17c260

View file

@ -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"