#!/usr/bin/env sh
# Thin wrapper; the logic and its reasoning live in check-private-names.
exec "$(dirname "$0")/check-private-names" msg "$1"
