diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-17 09:58:18 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-17 09:58:18 +0800 |
| commit | 25af506cf523f162fb216bf008d55679364519f8 (patch) | |
| tree | 5c3634ac9878d77d0dfdf25b9555bc0633268e79 /alias | |
| parent | e18d0da5e5a83036035126485080714e1c32b72a (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -224,8 +224,8 @@ alias adb.view='adb shell am start -a android.intent.action.VIEW -d' | |||
| 224 | alias adb.default='adb shell dumpsys package domain-preferred-apps' | 224 | alias adb.default='adb shell dumpsys package domain-preferred-apps' |
| 225 | alias adb.list='adb shell dumpsys package d' | 225 | alias adb.list='adb shell dumpsys package d' |
| 226 | alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' | 226 | alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' |
| 227 | alias adb.screenshot='DIR=/sdcard/Pictures/Screenshots/; adb pull $DIR/`adb shell ls -t $DIR | head -1` ~/Desktop' | 227 | alias adb.screenshot='DIR=/sdcard/Pictures/Screenshots/; adb pull $DIR/`adb shell ls -t $DIR | head -1` .' |
| 228 | alias adb.camera='DIR=/sdcard/DCIM/Camera; adb pull $DIR/`adb shell ls -t $DIR | head -1` ~/Desktop' | 228 | alias adb.camera='DIR=/sdcard/DCIM/Camera; adb pull $DIR/`adb shell ls -t $DIR | head -1` .' |
| 229 | adb.push() { | 229 | adb.push() { |
| 230 | adb push $1 /sdcard/Download | 230 | adb push $1 /sdcard/Download |
| 231 | } | 231 | } |