This commit is contained in:
Zheng Kai
2023-03-30 16:41:44 +08:00
parent 049277f1f6
commit af429a393a
13 changed files with 155 additions and 29 deletions

View File

@@ -1 +1,2 @@
/.git-hash
/env.sh

View File

@@ -2,6 +2,9 @@
DIR=$(readlink -f "$0") && DIR=$(dirname "$DIR") && cd "$DIR" || exit 1
if [ -e ./env.sh ]; then
. ./env.sh
fi
. ./common.sh
LOG="log file: $LOG_FILE"