-
워시미트, 세차용 스펀지 (둘다 있어야함) + 버킷 + 그릿가드
-
세차장갑
-
기모가 달려있으면 겨울에좋다
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
set -e | |
jarsigner -verbose -keystore ~/.android/debug.keystore -storepass android -keypass android $1 androiddebugkey | |
adbs install -r -d $1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# This command can be used as an alias for adb and it will prompt for the | |
# device selection if needed | |
# alias adb=my-adb | |
# android-select-device script is needed! | |
set +x | |
PROGNAME=$(basename $0) | |
ADB=$(which adb) | |
if [ -z "$ADB" ] |