[zsh]add apush function

This commit is contained in:
Mathieu Maret 2015-07-03 14:03:38 +02:00
parent 1e630967e1
commit 005f51d944
1 changed files with 5 additions and 0 deletions

View File

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