mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
9 lines
115 B
Bash
Executable File
9 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
function sync_android() {
|
|
cd $TUNASYNC_WORKING_DIR
|
|
/usr/local/bin/android-repo sync
|
|
}
|
|
|
|
sync_android
|