From 005f51d944477fc6b17336624940fd06925b6dac Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 3 Jul 2015 14:03:38 +0200 Subject: [PATCH] [zsh]add apush function --- .zsh/40_function.zsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zsh/40_function.zsh b/.zsh/40_function.zsh index 51de62b..e7872ca 100755 --- a/.zsh/40_function.zsh +++ b/.zsh/40_function.zsh @@ -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