mcp-bridge / scripts /sync_hf.sh
patdev's picture
Sync MCP Bridge
0629dc1 verified
Raw
History Blame Contribute Delete
93 Bytes
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
python scripts/sync_hf.py "$@"