Orangerl's picture
Add files using upload-large-folder tool
20b4034 verified
Raw
History Blame Contribute Delete
318 Bytes
#!/usr/bin/env bash
set -euo pipefail
SKILL_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
UMM_ROOT="$(cd "${SKILL_DIR}/../.." && pwd)"
unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY all_proxy ALL_PROXY
exec "${UMM_ROOT}/.env/unvideo/bin/python" "${UMM_ROOT}/scripts/verify_bundle.py" --materialized "$@"