Charmed-Kubernetes/calico/templates/calicoctl

5 lines
84 B
Bash

#!/bin/sh
set -eu
. /opt/calicoctl/calicoctl.env
exec /opt/calicoctl/calicoctl "$@"