Following the command adb shellwith the command, it is deleted remotely and immediately returns to the host shell. therefore it ./adb shell cd /insert_dir_hereworks, but the shell immediately exits.
?
alias, :
alias myADB="cd /to/path; command1 args; command2 args; etc...."
" adb"
myADB