#!/usr/bin/env bash # read-only 감시 (cron 5분) — watch 프로세스 중복 방지 set -euo pipefail # shellcheck source=scripts/_cron_env.sh source "$(dirname "$0")/_cron_env.sh" ensure_cron_log_dir "data/spot/operations" PYTHON="$(resolve_bithumb_python)" || exit 1 "$PYTHON" scripts/3_watch_ops.py "$@"