Files
deamonkai fc94008530 initial
2026-01-23 12:11:21 -06:00

5 lines
103 B
Bash

#!/usr/bin/env bash
set -euo pipefail
echo "[deprecated] nsctl -> certctl" >&2
python3 -m certctl "$@"