feat: regime_perf_daily双市场wrapper+sync脚本覆盖.sh硬链——策略温区表现每日17:15自动更新(hermes cron)
This commit is contained in:
@@ -5,7 +5,8 @@ set -e
|
||||
SRC="/home/hmo/MoFin/deploy/profile-scripts"
|
||||
DST="/home/hmo/.hermes/profiles/position-analyst/scripts"
|
||||
count=0
|
||||
for f in "$SRC"/*.py; do
|
||||
for f in "$SRC"/*.py "$SRC"/*.sh; do
|
||||
[ -e "$f" ] || continue
|
||||
name=$(basename "$f")
|
||||
ln -f "$f" "$DST/$name"
|
||||
count=$((count+1))
|
||||
|
||||
Reference in New Issue
Block a user