文件预览

run-last30days.sh

查看 Last30days 技能包中的文件内容。

文件内容

scripts/run-last30days.sh

#!/usr/bin/env bash
set -euo pipefail

ROOT="$(cd "$(dirname "$0")/.." && pwd)"
PYTHON="$("$ROOT/scripts/dev-python.sh")"

cd "$ROOT"
exec "$PYTHON" "$ROOT/scripts/last30days.py" "$@"