1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-08 23:46:47 +00:00

add shell scripts for non-rsync repo

这个提交包含在:
bigeagle
2014-11-22 19:30:51 +08:00
父节点 680940dfe3
当前提交 5ef9ecd6ec
共有 6 个文件被更改,包括 64 次插入0 次删除

12
scripts/homebrew.sh 可执行文件
查看文件

@@ -0,0 +1,12 @@
#!/bin/bash
if [ ! -d "$TUNASYNC_WORKING_DIR" ]; then
echo "Directory not exists, fail"
exit 1
fi
function update_homebrew_git() {
cd $TUNASYNC_WORKING_DIR
git remote -v update
}
update_homebrew_git