tunasync/scripts/android.sh
2014-11-22 19:30:51 +08:00

9 lines
115 B
Bash
Executable File

#!/bin/bash
function sync_android() {
cd $TUNASYNC_WORKING_DIR
/usr/local/bin/android-repo sync
}
sync_android