#!/bin/bash
#
# Backward-compatible wrapper. The actual logic now lives in the
# "reposmgr" Python CLI (stdlib only) - see: reposmgr ensure-repo
#
# Usage:
#
#   $> reposmgr-ensure-repo <repo-name> [--dry]
#
exec reposmgr ensure-repo "$@"
