# onhand_scripts **Repository Path**: bill_hu1971/onhand_scripts ## Basic Information - **Project Name**: onhand_scripts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-23 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README adb related scripts 1.adbc . adbc 10.68.12.102 this will connect to 10.68.12.102:5555,and export ADB_SERVER_IP=10.68.12.102 for furthur usage 2.adbd . adbd 10.68.12.102 this will disconnect 10.68.12.102:5555,and export ADB_SERVER_IP without any string 3.a this is same as adb -s 10.68.12:5555 %1 %2 %3 %4 for example,if you want to do adb push xxx.apk /system/app you need type:a push xxx.apk /system/app 4.c some times,adb connection will disconnect,then you should reconnect adb connect $ADB_SERVER_IP 5.backup_git.pl back up all the git in a folder to another folder ------------------------------------ git related: ------------------------------------ mount_smbdir.sh : example of mount a smb dir to local dir 57