This commit is contained in:
Olia Lisa
2026-01-15 12:27:22 +08:00
parent 3715554dc2
commit 6cb4ad7fd9
5 changed files with 0 additions and 13 deletions
-5
View File
@@ -1,10 +1,5 @@
#!/bin/bash
# 导入依赖脚本文件
for f in $(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/utils/*.sh; do
source "$f"
done
print_share_link() {
local script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # 脚本文件夹绝对路径