[zsh]add apush function
This commit is contained in:
parent
1e630967e1
commit
005f51d944
@ -159,6 +159,11 @@ function secure_chromium {
|
||||
exit
|
||||
}
|
||||
|
||||
apush() {
|
||||
adb root && adb wait-for-device && adb remount && adb wait-for-device && adb push $1 $2
|
||||
}
|
||||
|
||||
|
||||
sdocker (){
|
||||
DOCKER_SSH_AUTH=$HOME/docker_ssh_auth
|
||||
if [ -n "$SSH_AUTH_SOCK" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user