Skip to content

Commit 84d44e4

Browse files
committed
补充 CompareFileDiff.sh 文件头注释
1 parent df6f880 commit 84d44e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shell/git-tools/CompareFileDiff.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
# ----------------------------------------------------------------------
3+
# author : Android 轮子哥
4+
# github : https://github.com/getActivity/AndroidCmdTools
5+
# time : 2026/01/25
6+
# desc : Git 文件或者目录对比脚本
7+
# ----------------------------------------------------------------------
28
scriptDirPath=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
39
[ -z "" ] || source "../common/SystemPlatform.sh"
410
source "${scriptDirPath}/../common/SystemPlatform.sh"

0 commit comments

Comments
 (0)